Shades of Sapphire #0A2354
Tints of Sapphire #0A2354
RGB
CMYK
RGB Variations
Color information
#0A2354 (or 0x0A2354) is known color: Sapphire. HEX triplet: 0A, 23 and 54. RGB value is (10,35,84). Sum of RGB (Red+Green+Blue) = 10+35+84=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A2354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2354 is #F5DCAB. Grayscale: #202020. Windows color (decimal): -16112812 or 5513994. OLE color: 5513994.
HSL color Cylindrical-coordinate representation of color #0A2354: hue angle of 219.73º degrees, saturation: 0.79, 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 #0A2354 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 35 | 84 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.67 |
| HSL | 219.73º | 0.79% | 0.18% | - |
| HSV(B) | 219.73º | 0.88% | 0.33% | - |
| XYZ | 2.33 | 1.91 | 8.63 | - |
| YUV | 33.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 84 | 0.88 | 0.58 | 0 | 0.67 | 219.73 | 0.79 | 0.18 |
| Hex | A | 23 | 54 | 58 | 3A | 0 | 43 | DC | 4F | 12 |
| Octal | 12 | 43 | 124 | 130 | 72 | 0 | 103 | 334 | 117 | 22 |
| Binary | 1010 | 100011 | 1010100 | 1011000 | 111010 | 0 | 1000011 | 11011100 | 1001111 | 10010 |
Color Harmonies of #0A2354
Complementary color
Monochromatic Colors of #0A2354
Black with #0A2354
Text Example
Text Example
White with #0A2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2354; }
p { color: rgb(10,35,84); }
H1.HeaderClassName
{
color: #0A2354;
}
.AnyTagClassName
{
color: #0A2354;
}
</style>
background-color css
<style>
a { background-color: #0A2354; }
a { background-color: rgb(10,35,84); }
div.DivClassName
{
background-color: #0A2354;
}
.BgClassName
{
background-color: #0A2354;
}
</style>
border-color css
<style>
span { border-color: #0A2354; }
span { border-color: rgb(10,35,84); }
td.TdClassName
{
border-color: #0A2354;
}
.TagClassName
{
border-color: #0A2354;
}
</style>