Shades of Sapphire #012772
Tints of Sapphire #012772
RGB
CMYK
RGB Variations
Color information
#012772 (or 0x012772) is known color: Sapphire. HEX triplet: 01, 27 and 72. RGB value is (1,39,114). Sum of RGB (Red+Green+Blue) = 1+39+114=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #012772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012772 is #FED88D. Grayscale: #232323. Windows color (decimal): -16701582 or 7481089. OLE color: 7481089.
HSL color Cylindrical-coordinate representation of color #012772: hue angle of 219.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012772 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 39 | 114 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.55 |
| HSL | 219.82º | 0.98% | 0.23% | - |
| HSV(B) | 219.82º | 0.99% | 0.45% | - |
| XYZ | 3.78 | 2.67 | 16.24 | - |
| YUV | 36.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 114 | 0.99 | 0.66 | 0 | 0.55 | 219.82 | 0.98 | 0.23 |
| Hex | 1 | 27 | 72 | 63 | 42 | 0 | 37 | DC | 62 | 17 |
| Octal | 1 | 47 | 162 | 143 | 102 | 0 | 67 | 334 | 142 | 27 |
| Binary | 1 | 100111 | 1110010 | 1100011 | 1000010 | 0 | 110111 | 11011100 | 1100010 | 10111 |
Color Harmonies of #012772
Complementary color
Monochromatic Colors of #012772
Black with #012772
Text Example
Text Example
White with #012772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012772; }
p { color: rgb(1,39,114); }
H1.HeaderClassName
{
color: #012772;
}
.AnyTagClassName
{
color: #012772;
}
</style>
background-color css
<style>
a { background-color: #012772; }
a { background-color: rgb(1,39,114); }
div.DivClassName
{
background-color: #012772;
}
.BgClassName
{
background-color: #012772;
}
</style>
border-color css
<style>
span { border-color: #012772; }
span { border-color: rgb(1,39,114); }
td.TdClassName
{
border-color: #012772;
}
.TagClassName
{
border-color: #012772;
}
</style>