Shades of Sapphire #0A245B
Tints of Sapphire #0A245B
RGB
CMYK
RGB Variations
Color information
#0A245B (or 0x0A245B) is known color: Sapphire. HEX triplet: 0A, 24 and 5B. RGB value is (10,36,91). Sum of RGB (Red+Green+Blue) = 10+36+91=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A245B is #F5DBA4. Grayscale: #222222. Windows color (decimal): -16112549 or 5973002. OLE color: 5973002.
HSL color Cylindrical-coordinate representation of color #0A245B: hue angle of 220.74º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A245B is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 36 | 91 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.64 |
| HSL | 220.74º | 0.8% | 0.2% | - |
| HSV(B) | 220.74º | 0.89% | 0.36% | - |
| XYZ | 2.64 | 2.08 | 10.16 | - |
| YUV | 34.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 91 | 0.89 | 0.60 | 0 | 0.64 | 220.74 | 0.8 | 0.2 |
| Hex | A | 24 | 5B | 59 | 3C | 0 | 40 | DD | 50 | 14 |
| Octal | 12 | 44 | 133 | 131 | 74 | 0 | 100 | 335 | 120 | 24 |
| Binary | 1010 | 100100 | 1011011 | 1011001 | 111100 | 0 | 1000000 | 11011101 | 1010000 | 10100 |
Color Harmonies of #0A245B
Complementary color
Monochromatic Colors of #0A245B
Black with #0A245B
Text Example
Text Example
White with #0A245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A245B; }
p { color: rgb(10,36,91); }
H1.HeaderClassName
{
color: #0A245B;
}
.AnyTagClassName
{
color: #0A245B;
}
</style>
background-color css
<style>
a { background-color: #0A245B; }
a { background-color: rgb(10,36,91); }
div.DivClassName
{
background-color: #0A245B;
}
.BgClassName
{
background-color: #0A245B;
}
</style>
border-color css
<style>
span { border-color: #0A245B; }
span { border-color: rgb(10,36,91); }
td.TdClassName
{
border-color: #0A245B;
}
.TagClassName
{
border-color: #0A245B;
}
</style>