#03156C

Color #03156C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #03156C

Tints of Sapphire #03156C

Color information

#03156C (or 0x03156C) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 6C. RGB value is (3,21,108). Sum of RGB (Red+Green+Blue) = 3+21+108=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #03156C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03156C is #FCEA93. Grayscale: #191919. Windows color (decimal): -16575124 or 7083267. OLE color: 7083267.

HSL color Cylindrical-coordinate representation of color #03156C: hue angle of 229.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03156C is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB321108-
CMYK0.970.8100.58
HSL229.71º94.59%21.76%-
HSV(B)229.71º97.22%42.35%-
XYZ3.011.6414.34-
YUV25.54174.54111.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 108 (42.58% from 255) = 81.82%
R=2.27%
G=15.91%
B=81.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3211080.970.8100.58229.7194.5921.76
Hex3156C615103Ae65f16
Octal32515414112107234613726
Binary1110101110110011000011010001011101011100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03156C; }

 p { color: rgb(3,21,108); }

 H1.HeaderClassName
 {
   color: #03156C;
 }
 .AnyTagClassName
 {
   color: #03156C;
 }
</style>
background-color css

<style>
 a { background-color: #03156C; }

 a { background-color: rgb(3,21,108); }

 div.DivClassName
 {
   background-color: #03156C;
 }
 .BgClassName
 {
   background-color: #03156C;
 }
</style>
border-color css

<style>
 span { border-color: #03156C; }

 span { border-color: rgb(3,21,108); }

 td.TdClassName
 {
   border-color: #03156C;
 }
 .TagClassName
 {
   border-color: #03156C;
 }
</style>