#03164A

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

Shades of Sapphire #03164A

Tints of Sapphire #03164A

Color information

#03164A (or 0x03164A) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 4A. RGB value is (3,22,74). Sum of RGB (Red+Green+Blue) = 3+22+74=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #03164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03164A is #FCE9B5. Grayscale: #161616. Windows color (decimal): -16574902 or 4855299. OLE color: 4855299.

HSL color Cylindrical-coordinate representation of color #03164A: hue angle of 223.94º 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 #03164A is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB32274-
CMYK0.960.7000.71
HSL223.94º92.21%15.1%-
HSV(B)223.94º95.95%29.02%-
XYZ1.561.096.61-
YUV22.25157.21114.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 74 (29.30% from 255) = 74.75%
R=3.03%
G=22.22%
B=74.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal322740.960.7000.71223.9492.2115.1
Hex3164A6046047e05cf
Octal326112140106010734013417
Binary1110110100101011000001000110010001111110000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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