#06174F

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

Shades of Sapphire #06174F

Tints of Sapphire #06174F

Color information

#06174F (or 0x06174F) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 4F. RGB value is (6,23,79). Sum of RGB (Red+Green+Blue) = 6+23+79=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 79 (31.25% from 255 or 73.15% from 108); Max value from RGB is 79 - color contains mainly: blue. Hex color #06174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06174F is #F9E8B0. Grayscale: #181818. Windows color (decimal): -16378033 or 5183238. OLE color: 5183238.

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

Color convert

RGB62379-
CMYK0.920.7100.69
HSL226.03º85.88%16.67%-
HSV(B)226.03º92.41%30.98%-
XYZ1.791.227.54-
YUV24.3158.87114.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 79 (31.25% from 255) = 73.15%
R=5.56%
G=21.30%
B=73.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal623790.920.7100.69226.0385.8816.67
Hex6174F5C47045e25611
Octal627117134107010534212621
Binary110101111001111101110010001110100010111100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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