#04176A

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

Shades of Sapphire #04176A

Tints of Sapphire #04176A

Color information

#04176A (or 0x04176A) is unknown color: approx Sapphire. HEX triplet: 04, 17 and 6A. RGB value is (4,23,106). Sum of RGB (Red+Green+Blue) = 4+23+106=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 106 (41.80% from 255 or 79.70% from 133); Max value from RGB is 106 - color contains mainly: blue. Hex color #04176A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04176A is #FBE895. Grayscale: #1A1A1A. Windows color (decimal): -16509078 or 6952708. OLE color: 6952708.

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

Color convert

RGB423106-
CMYK0.960.7800.58
HSL228.82º92.73%21.57%-
HSV(B)228.82º96.23%41.57%-
XYZ2.961.6813.8-
YUV26.78172.71111.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 106 (41.80% from 255) = 79.70%
R=3.01%
G=17.29%
B=79.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4231060.960.7800.58228.8292.7321.57
Hex4176A604E03Ae55d16
Octal42715214011607234513526
Binary10010111110101011000001001110011101011100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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