#04174F

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

Shades of Sapphire #04174F

Tints of Sapphire #04174F

Color information

#04174F (or 0x04174F) is unknown color: approx Sapphire. HEX triplet: 04, 17 and 4F. RGB value is (4,23,79). Sum of RGB (Red+Green+Blue) = 4+23+79=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #04174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04174F is #FBE8B0. Grayscale: #171717. Windows color (decimal): -16509105 or 5183236. OLE color: 5183236.

HSL color Cylindrical-coordinate representation of color #04174F: hue angle of 224.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04174F is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB42379-
CMYK0.950.7100.69
HSL224.8º90.36%16.27%-
HSV(B)224.8º94.94%30.98%-
XYZ1.771.27.54-
YUV23.7159.21113.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 79 (31.25% from 255) = 74.53%
R=3.77%
G=21.70%
B=74.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal423790.950.7100.69224.890.3616.27
Hex4174F5F47045e15a10
Octal427117137107010534113220
Binary100101111001111101111110001110100010111100001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04174F; }

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

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

<style>
 a { background-color: #04174F; }

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

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

<style>
 span { border-color: #04174F; }

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

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