#04166A

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

Shades of Sapphire #04166A

Tints of Sapphire #04166A

Color information

#04166A (or 0x04166A) is unknown color: approx Sapphire. HEX triplet: 04, 16 and 6A. RGB value is (4,22,106). Sum of RGB (Red+Green+Blue) = 4+22+106=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 106 (41.80% from 255 or 80.30% from 132); Max value from RGB is 106 - color contains mainly: blue. Hex color #04166A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04166A is #FBE995. Grayscale: #191919. Windows color (decimal): -16509334 or 6952452. OLE color: 6952452.

HSL color Cylindrical-coordinate representation of color #04166A: hue angle of 229.41º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04166A is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB422106-
CMYK0.960.7900.58
HSL229.41º92.73%21.57%-
HSV(B)229.41º96.23%41.57%-
XYZ2.941.6413.8-
YUV26.19173.04112.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 106 (41.80% from 255) = 80.30%
R=3.03%
G=16.67%
B=80.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4221060.960.7900.58229.4192.7321.57
Hex4166A604F03Ae55d16
Octal42615214011707234513526
Binary10010110110101011000001001111011101011100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,22,106); }

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

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

 a { background-color: rgb(4,22,106); }

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

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

 span { border-color: rgb(4,22,106); }

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