Shades of Sapphire #0A1858
Tints of Sapphire #0A1858
RGB
CMYK
RGB Variations
Color information
#0A1858 (or 0x0A1858) is known color: Sapphire. HEX triplet: 0A, 18 and 58. RGB value is (10,24,88). Sum of RGB (Red+Green+Blue) = 10+24+88=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 88 (34.77% from 255 or 72.13% from 122); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A1858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1858 is #F5E7A7. Grayscale: #1A1A1A. Windows color (decimal): -16115624 or 5773322. OLE color: 5773322.
HSL color Cylindrical-coordinate representation of color #0A1858: hue angle of 229.23º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A1858 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 24 | 88 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.65 |
| HSL | 229.23º | 0.8% | 0.19% | - |
| HSV(B) | 229.23º | 0.89% | 0.35% | - |
| XYZ | 2.21 | 1.42 | 9.39 | - |
| YUV | 27.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 88 | 0.89 | 0.73 | 0 | 0.65 | 229.23 | 0.8 | 0.19 |
| Hex | A | 18 | 58 | 59 | 49 | 0 | 41 | E5 | 50 | 13 |
| Octal | 12 | 30 | 130 | 131 | 111 | 0 | 101 | 345 | 120 | 23 |
| Binary | 1010 | 11000 | 1011000 | 1011001 | 1001001 | 0 | 1000001 | 11100101 | 1010000 | 10011 |
Color Harmonies of #0A1858
Complementary color
Monochromatic Colors of #0A1858
Black with #0A1858
Text Example
Text Example
White with #0A1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1858; }
p { color: rgb(10,24,88); }
H1.HeaderClassName
{
color: #0A1858;
}
.AnyTagClassName
{
color: #0A1858;
}
</style>
background-color css
<style>
a { background-color: #0A1858; }
a { background-color: rgb(10,24,88); }
div.DivClassName
{
background-color: #0A1858;
}
.BgClassName
{
background-color: #0A1858;
}
</style>
border-color css
<style>
span { border-color: #0A1858; }
span { border-color: rgb(10,24,88); }
td.TdClassName
{
border-color: #0A1858;
}
.TagClassName
{
border-color: #0A1858;
}
</style>