Shades of Sapphire #0A2455
Tints of Sapphire #0A2455
RGB
CMYK
RGB Variations
Color information
#0A2455 (or 0x0A2455) is known color: Sapphire. HEX triplet: 0A, 24 and 55. RGB value is (10,36,85). Sum of RGB (Red+Green+Blue) = 10+36+85=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A2455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2455 is #F5DBAA. Grayscale: #212121. Windows color (decimal): -16112555 or 5579786. OLE color: 5579786.
HSL color Cylindrical-coordinate representation of color #0A2455: hue angle of 219.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2455 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 36 | 85 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.67 |
| HSL | 219.2º | 0.79% | 0.19% | - |
| HSV(B) | 219.2º | 0.88% | 0.33% | - |
| XYZ | 2.4 | 1.98 | 8.85 | - |
| YUV | 33.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 85 | 0.88 | 0.58 | 0 | 0.67 | 219.2 | 0.79 | 0.19 |
| Hex | A | 24 | 55 | 58 | 3A | 0 | 43 | DB | 4F | 13 |
| Octal | 12 | 44 | 125 | 130 | 72 | 0 | 103 | 333 | 117 | 23 |
| Binary | 1010 | 100100 | 1010101 | 1011000 | 111010 | 0 | 1000011 | 11011011 | 1001111 | 10011 |
Color Harmonies of #0A2455
Complementary color
Monochromatic Colors of #0A2455
Black with #0A2455
Text Example
Text Example
White with #0A2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2455; }
p { color: rgb(10,36,85); }
H1.HeaderClassName
{
color: #0A2455;
}
.AnyTagClassName
{
color: #0A2455;
}
</style>
background-color css
<style>
a { background-color: #0A2455; }
a { background-color: rgb(10,36,85); }
div.DivClassName
{
background-color: #0A2455;
}
.BgClassName
{
background-color: #0A2455;
}
</style>
border-color css
<style>
span { border-color: #0A2455; }
span { border-color: rgb(10,36,85); }
td.TdClassName
{
border-color: #0A2455;
}
.TagClassName
{
border-color: #0A2455;
}
</style>