#08176E

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

Shades of Sapphire #08176E

Tints of Sapphire #08176E

Color information

#08176E (or 0x08176E) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 6E. RGB value is (8,23,110). Sum of RGB (Red+Green+Blue) = 8+23+110=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #08176E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08176E is #F7E891. Grayscale: #1C1C1C. Windows color (decimal): -16246930 or 7214856. OLE color: 7214856.

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

Color convert

RGB823110-
CMYK0.930.7900.57
HSL231.18º86.44%23.14%-
HSV(B)231.18º92.73%43.14%-
XYZ3.221.7914.93-
YUV28.43174.03113.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 110 (43.36% from 255) = 78.01%
R=5.67%
G=16.31%
B=78.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8231100.930.7900.57231.1886.4423.14
Hex8176E5D4F039e75617
Octal102715613511707134712627
Binary100010111110111010111011001111011100111100111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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