#06176E

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

Shades of Sapphire #06176E

Tints of Sapphire #06176E

Color information

#06176E (or 0x06176E) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 6E. RGB value is (6,23,110). Sum of RGB (Red+Green+Blue) = 6+23+110=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 110 (43.36% from 255 or 79.14% from 139); Max value from RGB is 110 - color contains mainly: blue. Hex color #06176E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06176E is #F9E891. Grayscale: #1B1B1B. Windows color (decimal): -16378002 or 7214854. OLE color: 7214854.

HSL color Cylindrical-coordinate representation of color #06176E: hue angle of 230.19º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06176E is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB623110-
CMYK0.950.7900.57
HSL230.19º89.66%22.75%-
HSV(B)230.19º94.55%43.14%-
XYZ3.21.7814.93-
YUV27.84174.37112.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 110 (43.36% from 255) = 79.14%
R=4.32%
G=16.55%
B=79.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6231100.950.7900.57230.1989.6622.75
Hex6176E5F4F039e65a17
Octal62715613711707134613227
Binary11010111110111010111111001111011100111100110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06176E; }

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

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

<style>
 a { background-color: #06176E; }

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

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

<style>
 span { border-color: #06176E; }

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

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