#08176A

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

Shades of Sapphire #08176A

Tints of Sapphire #08176A

Color information

#08176A (or 0x08176A) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 6A. RGB value is (8,23,106). Sum of RGB (Red+Green+Blue) = 8+23+106=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 106 (41.80% from 255 or 77.37% from 137); Max value from RGB is 106 - color contains mainly: blue. Hex color #08176A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08176A is #F7E895. Grayscale: #1B1B1B. Windows color (decimal): -16246934 or 6952712. OLE color: 6952712.

HSL color Cylindrical-coordinate representation of color #08176A: hue angle of 230.82º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08176A is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB823106-
CMYK0.920.7800.58
HSL230.82º85.96%22.35%-
HSV(B)230.82º92.45%41.57%-
XYZ3.011.7113.81-
YUV27.98172.03113.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 106 (41.80% from 255) = 77.37%
R=5.84%
G=16.79%
B=77.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8231060.920.7800.58230.8285.9622.35
Hex8176A5C4E03Ae75616
Octal102715213411607234712626
Binary100010111110101010111001001110011101011100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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