Shades of Sapphire #0A2954
Tints of Sapphire #0A2954
RGB
CMYK
RGB Variations
Color information
#0A2954 (or 0x0A2954) is known color: Sapphire. HEX triplet: 0A, 29 and 54. RGB value is (10,41,84). Sum of RGB (Red+Green+Blue) = 10+41+84=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A2954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2954 is #F5D6AB. Grayscale: #242424. Windows color (decimal): -16111276 or 5515530. OLE color: 5515530.
HSL color Cylindrical-coordinate representation of color #0A2954: hue angle of 214.86º 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 #0A2954 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 41 | 84 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.67 |
| HSL | 214.86º | 0.79% | 0.18% | - |
| HSV(B) | 214.86º | 0.88% | 0.33% | - |
| XYZ | 2.52 | 2.29 | 8.7 | - |
| YUV | 36.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 41 | 84 | 0.88 | 0.51 | 0 | 0.67 | 214.86 | 0.79 | 0.18 |
| Hex | A | 29 | 54 | 58 | 33 | 0 | 43 | D7 | 4F | 12 |
| Octal | 12 | 51 | 124 | 130 | 63 | 0 | 103 | 327 | 117 | 22 |
| Binary | 1010 | 101001 | 1010100 | 1011000 | 110011 | 0 | 1000011 | 11010111 | 1001111 | 10010 |
Color Harmonies of #0A2954
Complementary color
Monochromatic Colors of #0A2954
Black with #0A2954
Text Example
Text Example
White with #0A2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2954; }
p { color: rgb(10,41,84); }
H1.HeaderClassName
{
color: #0A2954;
}
.AnyTagClassName
{
color: #0A2954;
}
</style>
background-color css
<style>
a { background-color: #0A2954; }
a { background-color: rgb(10,41,84); }
div.DivClassName
{
background-color: #0A2954;
}
.BgClassName
{
background-color: #0A2954;
}
</style>
border-color css
<style>
span { border-color: #0A2954; }
span { border-color: rgb(10,41,84); }
td.TdClassName
{
border-color: #0A2954;
}
.TagClassName
{
border-color: #0A2954;
}
</style>