Shades of Sapphire #0A2553
Tints of Sapphire #0A2553
RGB
CMYK
RGB Variations
Color information
#0A2553 (or 0x0A2553) is known color: Sapphire. HEX triplet: 0A, 25 and 53. RGB value is (10,37,83). Sum of RGB (Red+Green+Blue) = 10+37+83=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2553 is #F5DAAC. Grayscale: #212121. Windows color (decimal): -16112301 or 5448970. OLE color: 5448970.
HSL color Cylindrical-coordinate representation of color #0A2553: hue angle of 217.81º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A2553 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 37 | 83 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.67 |
| HSL | 217.81º | 0.78% | 0.18% | - |
| HSV(B) | 217.81º | 0.88% | 0.33% | - |
| XYZ | 2.35 | 2.01 | 8.45 | - |
| YUV | 34.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 83 | 0.88 | 0.55 | 0 | 0.67 | 217.81 | 0.78 | 0.18 |
| Hex | A | 25 | 53 | 58 | 37 | 0 | 43 | DA | 4E | 12 |
| Octal | 12 | 45 | 123 | 130 | 67 | 0 | 103 | 332 | 116 | 22 |
| Binary | 1010 | 100101 | 1010011 | 1011000 | 110111 | 0 | 1000011 | 11011010 | 1001110 | 10010 |
Color Harmonies of #0A2553
Complementary color
Monochromatic Colors of #0A2553
Black with #0A2553
Text Example
Text Example
White with #0A2553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2553; }
p { color: rgb(10,37,83); }
H1.HeaderClassName
{
color: #0A2553;
}
.AnyTagClassName
{
color: #0A2553;
}
</style>
background-color css
<style>
a { background-color: #0A2553; }
a { background-color: rgb(10,37,83); }
div.DivClassName
{
background-color: #0A2553;
}
.BgClassName
{
background-color: #0A2553;
}
</style>
border-color css
<style>
span { border-color: #0A2553; }
span { border-color: rgb(10,37,83); }
td.TdClassName
{
border-color: #0A2553;
}
.TagClassName
{
border-color: #0A2553;
}
</style>