Shades of Sapphire #0A2F70
Tints of Sapphire #0A2F70
RGB
CMYK
RGB Variations
Color information
#0A2F70 (or 0x0A2F70) is known color: Sapphire. HEX triplet: 0A, 2F and 70. RGB value is (10,47,112). Sum of RGB (Red+Green+Blue) = 10+47+112=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A2F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F70 is #F5D08F. Grayscale: #2B2B2B. Windows color (decimal): -16109712 or 7352074. OLE color: 7352074.
HSL color Cylindrical-coordinate representation of color #0A2F70: hue angle of 218.24º 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 #0A2F70 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 47 | 112 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.56 |
| HSL | 218.24º | 0.84% | 0.24% | - |
| HSV(B) | 218.24º | 0.91% | 0.44% | - |
| XYZ | 4.07 | 3.27 | 15.75 | - |
| YUV | 43.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 112 | 0.91 | 0.58 | 0 | 0.56 | 218.24 | 0.84 | 0.24 |
| Hex | A | 2F | 70 | 5B | 3A | 0 | 38 | DA | 54 | 18 |
| Octal | 12 | 57 | 160 | 133 | 72 | 0 | 70 | 332 | 124 | 30 |
| Binary | 1010 | 101111 | 1110000 | 1011011 | 111010 | 0 | 111000 | 11011010 | 1010100 | 11000 |
Color Harmonies of #0A2F70
Complementary color
Monochromatic Colors of #0A2F70
Black with #0A2F70
Text Example
Text Example
White with #0A2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F70; }
p { color: rgb(10,47,112); }
H1.HeaderClassName
{
color: #0A2F70;
}
.AnyTagClassName
{
color: #0A2F70;
}
</style>
background-color css
<style>
a { background-color: #0A2F70; }
a { background-color: rgb(10,47,112); }
div.DivClassName
{
background-color: #0A2F70;
}
.BgClassName
{
background-color: #0A2F70;
}
</style>
border-color css
<style>
span { border-color: #0A2F70; }
span { border-color: rgb(10,47,112); }
td.TdClassName
{
border-color: #0A2F70;
}
.TagClassName
{
border-color: #0A2F70;
}
</style>