#06176D

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

Shades of Sapphire #06176D

Tints of Sapphire #06176D

Color information

#06176D (or 0x06176D) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 6D. RGB value is (6,23,109). Sum of RGB (Red+Green+Blue) = 6+23+109=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #06176D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06176D is #F9E892. Grayscale: #1B1B1B. Windows color (decimal): -16378003 or 7149318. OLE color: 7149318.

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

Color convert

RGB623109-
CMYK0.940.7900.57
HSL230.1º89.57%22.55%-
HSV(B)230.1º94.5%42.75%-
XYZ3.141.7614.64-
YUV27.72173.87112.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 109 (42.97% from 255) = 78.99%
R=4.35%
G=16.67%
B=78.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6231090.940.7900.57230.189.5722.55
Hex6176D5E4F039e65a17
Octal62715513611707134613227
Binary11010111110110110111101001111011100111100110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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