#03164F

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

Shades of Sapphire #03164F

Tints of Sapphire #03164F

Color information

#03164F (or 0x03164F) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 4F. RGB value is (3,22,79). Sum of RGB (Red+Green+Blue) = 3+22+79=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 79 (31.25% from 255 or 75.96% from 104); Max value from RGB is 79 - color contains mainly: blue. Hex color #03164F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03164F is #FCE9B0. Grayscale: #161616. Windows color (decimal): -16574897 or 5182979. OLE color: 5182979.

HSL color Cylindrical-coordinate representation of color #03164F: hue angle of 225º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03164F is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB32279-
CMYK0.960.7200.69
HSL225º92.68%16.08%-
HSV(B)225º96.2%30.98%-
XYZ1.741.167.53-
YUV22.82159.71113.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 79 (31.25% from 255) = 75.96%
R=2.88%
G=21.15%
B=75.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal322790.960.7200.6922592.6816.08
Hex3164F6048045e15d10
Octal326117140110010534113520
Binary11101101001111110000010010000100010111100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03164F; }

 p { color: rgb(3,22,79); }

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

<style>
 a { background-color: #03164F; }

 a { background-color: rgb(3,22,79); }

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

<style>
 span { border-color: #03164F; }

 span { border-color: rgb(3,22,79); }

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