#03156B

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

Shades of Sapphire #03156B

Tints of Sapphire #03156B

Color information

#03156B (or 0x03156B) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 6B. RGB value is (3,21,107). Sum of RGB (Red+Green+Blue) = 3+21+107=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #03156B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03156B is #FCEA94. Grayscale: #191919. Windows color (decimal): -16575125 or 7017731. OLE color: 7017731.

HSL color Cylindrical-coordinate representation of color #03156B: hue angle of 229.62º 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 #03156B is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB321107-
CMYK0.970.8000.58
HSL229.62º94.55%21.57%-
HSV(B)229.62º97.2%41.96%-
XYZ2.961.6214.07-
YUV25.42174.04112.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 107 (42.19% from 255) = 81.68%
R=2.29%
G=16.03%
B=81.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3211070.970.8000.58229.6294.5521.57
Hex3156B615003Ae65f16
Octal32515314112007234613726
Binary1110101110101111000011010000011101011100110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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