Shades of Sapphire #0A2F78
Tints of Sapphire #0A2F78
RGB
CMYK
RGB Variations
Color information
#0A2F78 (or 0x0A2F78) is known color: Sapphire. HEX triplet: 0A, 2F and 78. RGB value is (10,47,120). Sum of RGB (Red+Green+Blue) = 10+47+120=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A2F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F78 is #F5D087. Grayscale: #2B2B2B. Windows color (decimal): -16109704 or 7876362. OLE color: 7876362.
HSL color Cylindrical-coordinate representation of color #0A2F78: hue angle of 219.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2F78 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 47 | 120 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.53 |
| HSL | 219.82º | 0.85% | 0.25% | - |
| HSV(B) | 219.82º | 0.92% | 0.47% | - |
| XYZ | 4.53 | 3.45 | 18.2 | - |
| YUV | 44.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 120 | 0.92 | 0.61 | 0 | 0.53 | 219.82 | 0.85 | 0.25 |
| Hex | A | 2F | 78 | 5C | 3D | 0 | 35 | DC | 55 | 19 |
| Octal | 12 | 57 | 170 | 134 | 75 | 0 | 65 | 334 | 125 | 31 |
| Binary | 1010 | 101111 | 1111000 | 1011100 | 111101 | 0 | 110101 | 11011100 | 1010101 | 11001 |
Color Harmonies of #0A2F78
Complementary color
Monochromatic Colors of #0A2F78
Black with #0A2F78
Text Example
Text Example
White with #0A2F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F78; }
p { color: rgb(10,47,120); }
H1.HeaderClassName
{
color: #0A2F78;
}
.AnyTagClassName
{
color: #0A2F78;
}
</style>
background-color css
<style>
a { background-color: #0A2F78; }
a { background-color: rgb(10,47,120); }
div.DivClassName
{
background-color: #0A2F78;
}
.BgClassName
{
background-color: #0A2F78;
}
</style>
border-color css
<style>
span { border-color: #0A2F78; }
span { border-color: rgb(10,47,120); }
td.TdClassName
{
border-color: #0A2F78;
}
.TagClassName
{
border-color: #0A2F78;
}
</style>