Shades of Sapphire #0A244B
Tints of Sapphire #0A244B
RGB
CMYK
RGB Variations
Color information
#0A244B (or 0x0A244B) is known color: Sapphire. HEX triplet: 0A, 24 and 4B. RGB value is (10,36,75). Sum of RGB (Red+Green+Blue) = 10+36+75=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A244B is #F5DBB4. Grayscale: #202020. Windows color (decimal): -16112565 or 4924426. OLE color: 4924426.
HSL color Cylindrical-coordinate representation of color #0A244B: hue angle of 216º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A244B is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 36 | 75 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.71 |
| HSL | 216º | 0.76% | 0.17% | - |
| HSV(B) | 216º | 0.87% | 0.29% | - |
| XYZ | 2.03 | 1.83 | 6.9 | - |
| YUV | 32.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 75 | 0.87 | 0.52 | 0 | 0.71 | 216 | 0.76 | 0.17 |
| Hex | A | 24 | 4B | 57 | 34 | 0 | 47 | D8 | 4C | 11 |
| Octal | 12 | 44 | 113 | 127 | 64 | 0 | 107 | 330 | 114 | 21 |
| Binary | 1010 | 100100 | 1001011 | 1010111 | 110100 | 0 | 1000111 | 11011000 | 1001100 | 10001 |
Color Harmonies of #0A244B
Complementary color
Monochromatic Colors of #0A244B
Black with #0A244B
Text Example
Text Example
White with #0A244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A244B; }
p { color: rgb(10,36,75); }
H1.HeaderClassName
{
color: #0A244B;
}
.AnyTagClassName
{
color: #0A244B;
}
</style>
background-color css
<style>
a { background-color: #0A244B; }
a { background-color: rgb(10,36,75); }
div.DivClassName
{
background-color: #0A244B;
}
.BgClassName
{
background-color: #0A244B;
}
</style>
border-color css
<style>
span { border-color: #0A244B; }
span { border-color: rgb(10,36,75); }
td.TdClassName
{
border-color: #0A244B;
}
.TagClassName
{
border-color: #0A244B;
}
</style>