Shades of Sapphire #0A2353
Tints of Sapphire #0A2353
RGB
CMYK
RGB Variations
Color information
#0A2353 (or 0x0A2353) is known color: Sapphire. HEX triplet: 0A, 23 and 53. RGB value is (10,35,83). Sum of RGB (Red+Green+Blue) = 10+35+83=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A2353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2353 is #F5DCAC. Grayscale: #202020. Windows color (decimal): -16112813 or 5448458. OLE color: 5448458.
HSL color Cylindrical-coordinate representation of color #0A2353: hue angle of 219.45º 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 #0A2353 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 35 | 83 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.67 |
| HSL | 219.45º | 0.78% | 0.18% | - |
| HSV(B) | 219.45º | 0.88% | 0.33% | - |
| XYZ | 2.29 | 1.89 | 8.43 | - |
| YUV | 33 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 83 | 0.88 | 0.58 | 0 | 0.67 | 219.45 | 0.78 | 0.18 |
| Hex | A | 23 | 53 | 58 | 3A | 0 | 43 | DB | 4E | 12 |
| Octal | 12 | 43 | 123 | 130 | 72 | 0 | 103 | 333 | 116 | 22 |
| Binary | 1010 | 100011 | 1010011 | 1011000 | 111010 | 0 | 1000011 | 11011011 | 1001110 | 10010 |
Color Harmonies of #0A2353
Complementary color
Monochromatic Colors of #0A2353
Black with #0A2353
Text Example
Text Example
White with #0A2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2353; }
p { color: rgb(10,35,83); }
H1.HeaderClassName
{
color: #0A2353;
}
.AnyTagClassName
{
color: #0A2353;
}
</style>
background-color css
<style>
a { background-color: #0A2353; }
a { background-color: rgb(10,35,83); }
div.DivClassName
{
background-color: #0A2353;
}
.BgClassName
{
background-color: #0A2353;
}
</style>
border-color css
<style>
span { border-color: #0A2353; }
span { border-color: rgb(10,35,83); }
td.TdClassName
{
border-color: #0A2353;
}
.TagClassName
{
border-color: #0A2353;
}
</style>