Shades of Sapphire #08185A
Tints of Sapphire #08185A
RGB
CMYK
RGB Variations
Color information
#08185A (or 0x08185A) is known color: Sapphire. HEX triplet: 08, 18 and 5A. RGB value is (8,24,90). Sum of RGB (Red+Green+Blue) = 8+24+90=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #08185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08185A is #F7E7A5. Grayscale: #1A1A1A. Windows color (decimal): -16246694 or 5904392. OLE color: 5904392.
HSL color Cylindrical-coordinate representation of color #08185A: hue angle of 228.29º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08185A is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 24 | 90 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.65 |
| HSL | 228.29º | 0.84% | 0.19% | - |
| HSV(B) | 228.29º | 0.91% | 0.35% | - |
| XYZ | 2.27 | 1.44 | 9.83 | - |
| YUV | 26.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 90 | 0.91 | 0.73 | 0 | 0.65 | 228.29 | 0.84 | 0.19 |
| Hex | 8 | 18 | 5A | 5B | 49 | 0 | 41 | E4 | 54 | 13 |
| Octal | 10 | 30 | 132 | 133 | 111 | 0 | 101 | 344 | 124 | 23 |
| Binary | 1000 | 11000 | 1011010 | 1011011 | 1001001 | 0 | 1000001 | 11100100 | 1010100 | 10011 |
Color Harmonies of #08185A
Complementary color
Monochromatic Colors of #08185A
Black with #08185A
Text Example
Text Example
White with #08185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08185A; }
p { color: rgb(8,24,90); }
H1.HeaderClassName
{
color: #08185A;
}
.AnyTagClassName
{
color: #08185A;
}
</style>
background-color css
<style>
a { background-color: #08185A; }
a { background-color: rgb(8,24,90); }
div.DivClassName
{
background-color: #08185A;
}
.BgClassName
{
background-color: #08185A;
}
</style>
border-color css
<style>
span { border-color: #08185A; }
span { border-color: rgb(8,24,90); }
td.TdClassName
{
border-color: #08185A;
}
.TagClassName
{
border-color: #08185A;
}
</style>