Shades of Sapphire #0A2D66
Tints of Sapphire #0A2D66
RGB
CMYK
RGB Variations
Color information
#0A2D66 (or 0x0A2D66) is known color: Sapphire. HEX triplet: 0A, 2D and 66. RGB value is (10,45,102). Sum of RGB (Red+Green+Blue) = 10+45+102=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #0A2D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2D66 is #F5D299. Grayscale: #282828. Windows color (decimal): -16110234 or 6696202. OLE color: 6696202.
HSL color Cylindrical-coordinate representation of color #0A2D66: hue angle of 217.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A2D66 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 45 | 102 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.6 |
| HSL | 217.17º | 0.82% | 0.22% | - |
| HSV(B) | 217.17º | 0.9% | 0.4% | - |
| XYZ | 3.46 | 2.9 | 12.95 | - |
| YUV | 41.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 102 | 0.90 | 0.56 | 0 | 0.6 | 217.17 | 0.82 | 0.22 |
| Hex | A | 2D | 66 | 5A | 38 | 0 | 3C | D9 | 52 | 16 |
| Octal | 12 | 55 | 146 | 132 | 70 | 0 | 74 | 331 | 122 | 26 |
| Binary | 1010 | 101101 | 1100110 | 1011010 | 111000 | 0 | 111100 | 11011001 | 1010010 | 10110 |
Color Harmonies of #0A2D66
Complementary color
Monochromatic Colors of #0A2D66
Black with #0A2D66
Text Example
Text Example
White with #0A2D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D66; }
p { color: rgb(10,45,102); }
H1.HeaderClassName
{
color: #0A2D66;
}
.AnyTagClassName
{
color: #0A2D66;
}
</style>
background-color css
<style>
a { background-color: #0A2D66; }
a { background-color: rgb(10,45,102); }
div.DivClassName
{
background-color: #0A2D66;
}
.BgClassName
{
background-color: #0A2D66;
}
</style>
border-color css
<style>
span { border-color: #0A2D66; }
span { border-color: rgb(10,45,102); }
td.TdClassName
{
border-color: #0A2D66;
}
.TagClassName
{
border-color: #0A2D66;
}
</style>