#08176F

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

Shades of Sapphire #08176F

Tints of Sapphire #08176F

Color information

#08176F (or 0x08176F) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 6F. RGB value is (8,23,111). Sum of RGB (Red+Green+Blue) = 8+23+111=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #08176F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08176F is #F7E890. Grayscale: #1C1C1C. Windows color (decimal): -16246929 or 7280392. OLE color: 7280392.

HSL color Cylindrical-coordinate representation of color #08176F: hue angle of 231.26º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08176F is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB823111-
CMYK0.930.7900.56
HSL231.26º86.55%23.33%-
HSV(B)231.26º92.79%43.53%-
XYZ3.281.8115.22-
YUV28.55174.53113.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 111 (43.75% from 255) = 78.17%
R=5.63%
G=16.20%
B=78.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8231110.930.7900.56231.2686.5523.33
Hex8176F5D4F038e75717
Octal102715713511707034712727
Binary100010111110111110111011001111011100011100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08176F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,23,111); }

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

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

 a { background-color: rgb(8,23,111); }

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

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

 span { border-color: rgb(8,23,111); }

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