Shades of Sapphire #0A245D
Tints of Sapphire #0A245D
RGB
CMYK
RGB Variations
Color information
#0A245D (or 0x0A245D) is known color: Sapphire. HEX triplet: 0A, 24 and 5D. RGB value is (10,36,93). Sum of RGB (Red+Green+Blue) = 10+36+93=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #0A245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A245D is #F5DBA2. Grayscale: #222222. Windows color (decimal): -16112547 or 6104074. OLE color: 6104074.
HSL color Cylindrical-coordinate representation of color #0A245D: hue angle of 221.2º degrees, saturation: 0.81, 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 #0A245D is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 36 | 93 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.64 |
| HSL | 221.2º | 0.81% | 0.2% | - |
| HSV(B) | 221.2º | 0.89% | 0.36% | - |
| XYZ | 2.73 | 2.12 | 10.62 | - |
| YUV | 34.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 93 | 0.89 | 0.61 | 0 | 0.64 | 221.2 | 0.81 | 0.2 |
| Hex | A | 24 | 5D | 59 | 3D | 0 | 40 | DD | 51 | 14 |
| Octal | 12 | 44 | 135 | 131 | 75 | 0 | 100 | 335 | 121 | 24 |
| Binary | 1010 | 100100 | 1011101 | 1011001 | 111101 | 0 | 1000000 | 11011101 | 1010001 | 10100 |
Color Harmonies of #0A245D
Complementary color
Monochromatic Colors of #0A245D
Black with #0A245D
Text Example
Text Example
White with #0A245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A245D; }
p { color: rgb(10,36,93); }
H1.HeaderClassName
{
color: #0A245D;
}
.AnyTagClassName
{
color: #0A245D;
}
</style>
background-color css
<style>
a { background-color: #0A245D; }
a { background-color: rgb(10,36,93); }
div.DivClassName
{
background-color: #0A245D;
}
.BgClassName
{
background-color: #0A245D;
}
</style>
border-color css
<style>
span { border-color: #0A245D; }
span { border-color: rgb(10,36,93); }
td.TdClassName
{
border-color: #0A245D;
}
.TagClassName
{
border-color: #0A245D;
}
</style>