Shades of Sapphire #0A2B71
Tints of Sapphire #0A2B71
RGB
CMYK
RGB Variations
Color information
#0A2B71 (or 0x0A2B71) is known color: Sapphire. HEX triplet: 0A, 2B and 71. RGB value is (10,43,113). Sum of RGB (Red+Green+Blue) = 10+43+113=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2B71 is #F5D48E. Grayscale: #282828. Windows color (decimal): -16110735 or 7416586. OLE color: 7416586.
HSL color Cylindrical-coordinate representation of color #0A2B71: hue angle of 220.78º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2B71 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 43 | 113 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.56 |
| HSL | 220.78º | 0.84% | 0.24% | - |
| HSV(B) | 220.78º | 0.91% | 0.44% | - |
| XYZ | 3.97 | 2.98 | 15.99 | - |
| YUV | 41.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 113 | 0.91 | 0.62 | 0 | 0.56 | 220.78 | 0.84 | 0.24 |
| Hex | A | 2B | 71 | 5B | 3E | 0 | 38 | DD | 54 | 18 |
| Octal | 12 | 53 | 161 | 133 | 76 | 0 | 70 | 335 | 124 | 30 |
| Binary | 1010 | 101011 | 1110001 | 1011011 | 111110 | 0 | 111000 | 11011101 | 1010100 | 11000 |
Color Harmonies of #0A2B71
Complementary color
Monochromatic Colors of #0A2B71
Black with #0A2B71
Text Example
Text Example
White with #0A2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B71; }
p { color: rgb(10,43,113); }
H1.HeaderClassName
{
color: #0A2B71;
}
.AnyTagClassName
{
color: #0A2B71;
}
</style>
background-color css
<style>
a { background-color: #0A2B71; }
a { background-color: rgb(10,43,113); }
div.DivClassName
{
background-color: #0A2B71;
}
.BgClassName
{
background-color: #0A2B71;
}
</style>
border-color css
<style>
span { border-color: #0A2B71; }
span { border-color: rgb(10,43,113); }
td.TdClassName
{
border-color: #0A2B71;
}
.TagClassName
{
border-color: #0A2B71;
}
</style>