Shades of Sapphire #0A2357
Tints of Sapphire #0A2357
RGB
CMYK
RGB Variations
Color information
#0A2357 (or 0x0A2357) is known color: Sapphire. HEX triplet: 0A, 23 and 57. RGB value is (10,35,87). Sum of RGB (Red+Green+Blue) = 10+35+87=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A2357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2357 is #F5DCA8. Grayscale: #212121. Windows color (decimal): -16112809 or 5710602. OLE color: 5710602.
HSL color Cylindrical-coordinate representation of color #0A2357: hue angle of 220.52º 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 #0A2357 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 35 | 87 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.66 |
| HSL | 220.52º | 0.79% | 0.19% | - |
| HSV(B) | 220.52º | 0.89% | 0.34% | - |
| XYZ | 2.45 | 1.95 | 9.27 | - |
| YUV | 33.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 87 | 0.89 | 0.60 | 0 | 0.66 | 220.52 | 0.79 | 0.19 |
| Hex | A | 23 | 57 | 59 | 3C | 0 | 42 | DD | 4F | 13 |
| Octal | 12 | 43 | 127 | 131 | 74 | 0 | 102 | 335 | 117 | 23 |
| Binary | 1010 | 100011 | 1010111 | 1011001 | 111100 | 0 | 1000010 | 11011101 | 1001111 | 10011 |
Color Harmonies of #0A2357
Complementary color
Monochromatic Colors of #0A2357
Black with #0A2357
Text Example
Text Example
White with #0A2357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2357; }
p { color: rgb(10,35,87); }
H1.HeaderClassName
{
color: #0A2357;
}
.AnyTagClassName
{
color: #0A2357;
}
</style>
background-color css
<style>
a { background-color: #0A2357; }
a { background-color: rgb(10,35,87); }
div.DivClassName
{
background-color: #0A2357;
}
.BgClassName
{
background-color: #0A2357;
}
</style>
border-color css
<style>
span { border-color: #0A2357; }
span { border-color: rgb(10,35,87); }
td.TdClassName
{
border-color: #0A2357;
}
.TagClassName
{
border-color: #0A2357;
}
</style>