#04176C

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

Shades of Sapphire #04176C

Tints of Sapphire #04176C

Color information

#04176C (or 0x04176C) is unknown color: approx Sapphire. HEX triplet: 04, 17 and 6C. RGB value is (4,23,108). Sum of RGB (Red+Green+Blue) = 4+23+108=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #04176C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04176C is #FBE893. Grayscale: #1A1A1A. Windows color (decimal): -16509076 or 7083780. OLE color: 7083780.

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

Color convert

RGB423108-
CMYK0.960.7900.58
HSL229.04º92.86%21.96%-
HSV(B)229.04º96.3%42.35%-
XYZ3.061.7214.36-
YUV27.01173.71111.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 23 (9.38% from 255) = 17.04%
BLUE value IS 108 (42.58% from 255) = 80%
R=2.96%
G=17.04%
B=80%

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
Decimal4231080.960.7900.58229.0492.8621.96
Hex4176C604F03Ae55d16
Octal42715414011707234513526
Binary10010111110110011000001001111011101011100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04176C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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