#03164B

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

Shades of Sapphire #03164B

Tints of Sapphire #03164B

Color information

#03164B (or 0x03164B) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 4B. RGB value is (3,22,75). Sum of RGB (Red+Green+Blue) = 3+22+75=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #03164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03164B is #FCE9B4. Grayscale: #161616. Windows color (decimal): -16574901 or 4920835. OLE color: 4920835.

HSL color Cylindrical-coordinate representation of color #03164B: hue angle of 224.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03164B is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB32275-
CMYK0.960.7100.71
HSL224.17º92.31%15.29%-
HSV(B)224.17º96%29.41%-
XYZ1.591.16.79-
YUV22.36157.71114.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 75 (29.69% from 255) = 75%
R=3%
G=22%
B=75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal322750.960.7100.71224.1792.3115.29
Hex3164B6047047e05cf
Octal326113140107010734013417
Binary1110110100101111000001000111010001111110000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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