#08186B

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

Shades of Sapphire #08186B

Tints of Sapphire #08186B

Color information

#08186B (or 0x08186B) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 6B. RGB value is (8,24,107). Sum of RGB (Red+Green+Blue) = 8+24+107=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #08186B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08186B is #F7E794. Grayscale: #1C1C1C. Windows color (decimal): -16246677 or 7018504. OLE color: 7018504.

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

Color convert

RGB824107-
CMYK0.930.7800.58
HSL230.3º86.09%22.55%-
HSV(B)230.3º92.52%41.96%-
XYZ3.081.7714.09-
YUV28.68172.2113.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 107 (42.19% from 255) = 76.98%
R=5.76%
G=17.27%
B=76.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8241070.930.7800.58230.386.0922.55
Hex8186B5D4E03Ae65617
Octal103015313511607234612627
Binary100011000110101110111011001110011101011100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08186B; }

 p { color: rgb(8,24,107); }

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

<style>
 a { background-color: #08186B; }

 a { background-color: rgb(8,24,107); }

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

<style>
 span { border-color: #08186B; }

 span { border-color: rgb(8,24,107); }

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