Shades of Sapphire #012160
Tints of Sapphire #012160
RGB
CMYK
RGB Variations
Color information
#012160 (or 0x012160) is known color: Sapphire. HEX triplet: 01, 21 and 60. RGB value is (1,33,96). Sum of RGB (Red+Green+Blue) = 1+33+96=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #012160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012160 is #FEDE9F. Grayscale: #1E1E1E. Windows color (decimal): -16703136 or 6299905. OLE color: 6299905.
HSL color Cylindrical-coordinate representation of color #012160: hue angle of 219.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012160 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 33 | 96 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.62 |
| HSL | 219.79º | 0.98% | 0.19% | - |
| HSV(B) | 219.79º | 0.99% | 0.38% | - |
| XYZ | 2.67 | 1.94 | 11.3 | - |
| YUV | 30.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 96 | 0.99 | 0.66 | 0 | 0.62 | 219.79 | 0.98 | 0.19 |
| Hex | 1 | 21 | 60 | 63 | 42 | 0 | 3E | DC | 62 | 13 |
| Octal | 1 | 41 | 140 | 143 | 102 | 0 | 76 | 334 | 142 | 23 |
| Binary | 1 | 100001 | 1100000 | 1100011 | 1000010 | 0 | 111110 | 11011100 | 1100010 | 10011 |
Color Harmonies of #012160
Complementary color
Monochromatic Colors of #012160
Black with #012160
Text Example
Text Example
White with #012160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012160; }
p { color: rgb(1,33,96); }
H1.HeaderClassName
{
color: #012160;
}
.AnyTagClassName
{
color: #012160;
}
</style>
background-color css
<style>
a { background-color: #012160; }
a { background-color: rgb(1,33,96); }
div.DivClassName
{
background-color: #012160;
}
.BgClassName
{
background-color: #012160;
}
</style>
border-color css
<style>
span { border-color: #012160; }
span { border-color: rgb(1,33,96); }
td.TdClassName
{
border-color: #012160;
}
.TagClassName
{
border-color: #012160;
}
</style>