Shades of Sapphire #08185B
Tints of Sapphire #08185B
RGB
CMYK
RGB Variations
Color information
#08185B (or 0x08185B) is known color: Sapphire. HEX triplet: 08, 18 and 5B. RGB value is (8,24,91). Sum of RGB (Red+Green+Blue) = 8+24+91=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #08185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08185B is #F7E7A4. Grayscale: #1A1A1A. Windows color (decimal): -16246693 or 5969928. OLE color: 5969928.
HSL color Cylindrical-coordinate representation of color #08185B: hue angle of 228.43º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08185B is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 24 | 91 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.64 |
| HSL | 228.43º | 0.84% | 0.19% | - |
| HSV(B) | 228.43º | 0.91% | 0.36% | - |
| XYZ | 2.32 | 1.46 | 10.06 | - |
| YUV | 26.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 91 | 0.91 | 0.74 | 0 | 0.64 | 228.43 | 0.84 | 0.19 |
| Hex | 8 | 18 | 5B | 5B | 4A | 0 | 40 | E4 | 54 | 13 |
| Octal | 10 | 30 | 133 | 133 | 112 | 0 | 100 | 344 | 124 | 23 |
| Binary | 1000 | 11000 | 1011011 | 1011011 | 1001010 | 0 | 1000000 | 11100100 | 1010100 | 10011 |
Color Harmonies of #08185B
Complementary color
Monochromatic Colors of #08185B
Black with #08185B
Text Example
Text Example
White with #08185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08185B; }
p { color: rgb(8,24,91); }
H1.HeaderClassName
{
color: #08185B;
}
.AnyTagClassName
{
color: #08185B;
}
</style>
background-color css
<style>
a { background-color: #08185B; }
a { background-color: rgb(8,24,91); }
div.DivClassName
{
background-color: #08185B;
}
.BgClassName
{
background-color: #08185B;
}
</style>
border-color css
<style>
span { border-color: #08185B; }
span { border-color: rgb(8,24,91); }
td.TdClassName
{
border-color: #08185B;
}
.TagClassName
{
border-color: #08185B;
}
</style>