Shades of Sapphire #0A1857
Tints of Sapphire #0A1857
RGB
CMYK
RGB Variations
Color information
#0A1857 (or 0x0A1857) is known color: Sapphire. HEX triplet: 0A, 18 and 57. RGB value is (10,24,87). Sum of RGB (Red+Green+Blue) = 10+24+87=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A1857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1857 is #F5E7A8. Grayscale: #1A1A1A. Windows color (decimal): -16115625 or 5707786. OLE color: 5707786.
HSL color Cylindrical-coordinate representation of color #0A1857: hue angle of 229.09º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A1857 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 24 | 87 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.66 |
| HSL | 229.09º | 0.79% | 0.19% | - |
| HSV(B) | 229.09º | 0.89% | 0.34% | - |
| XYZ | 2.17 | 1.41 | 9.17 | - |
| YUV | 27 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 87 | 0.89 | 0.72 | 0 | 0.66 | 229.09 | 0.79 | 0.19 |
| Hex | A | 18 | 57 | 59 | 48 | 0 | 42 | E5 | 4F | 13 |
| Octal | 12 | 30 | 127 | 131 | 110 | 0 | 102 | 345 | 117 | 23 |
| Binary | 1010 | 11000 | 1010111 | 1011001 | 1001000 | 0 | 1000010 | 11100101 | 1001111 | 10011 |
Color Harmonies of #0A1857
Complementary color
Monochromatic Colors of #0A1857
Black with #0A1857
Text Example
Text Example
White with #0A1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1857; }
p { color: rgb(10,24,87); }
H1.HeaderClassName
{
color: #0A1857;
}
.AnyTagClassName
{
color: #0A1857;
}
</style>
background-color css
<style>
a { background-color: #0A1857; }
a { background-color: rgb(10,24,87); }
div.DivClassName
{
background-color: #0A1857;
}
.BgClassName
{
background-color: #0A1857;
}
</style>
border-color css
<style>
span { border-color: #0A1857; }
span { border-color: rgb(10,24,87); }
td.TdClassName
{
border-color: #0A1857;
}
.TagClassName
{
border-color: #0A1857;
}
</style>