Shades of Sapphire #021C51
Tints of Sapphire #021C51
RGB
CMYK
RGB Variations
Color information
#021C51 (or 0x021C51) is known color: Sapphire. HEX triplet: 02, 1C and 51. RGB value is (2,28,81). Sum of RGB (Red+Green+Blue) = 2+28+81=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #021C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C51 is #FDE3AE. Grayscale: #1A1A1A. Windows color (decimal): -16638895 or 5315586. OLE color: 5315586.
HSL color Cylindrical-coordinate representation of color #021C51: hue angle of 220.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C51 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 28 | 81 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.68 |
| HSL | 220.25º | 0.95% | 0.16% | - |
| HSV(B) | 220.25º | 0.98% | 0.32% | - |
| XYZ | 1.93 | 1.44 | 7.96 | - |
| YUV | 26.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 81 | 0.98 | 0.65 | 0 | 0.68 | 220.25 | 0.95 | 0.16 |
| Hex | 2 | 1C | 51 | 62 | 41 | 0 | 44 | DC | 5F | 10 |
| Octal | 2 | 34 | 121 | 142 | 101 | 0 | 104 | 334 | 137 | 20 |
| Binary | 10 | 11100 | 1010001 | 1100010 | 1000001 | 0 | 1000100 | 11011100 | 1011111 | 10000 |
Color Harmonies of #021C51
Complementary color
Monochromatic Colors of #021C51
Black with #021C51
Text Example
Text Example
White with #021C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C51; }
p { color: rgb(2,28,81); }
H1.HeaderClassName
{
color: #021C51;
}
.AnyTagClassName
{
color: #021C51;
}
</style>
background-color css
<style>
a { background-color: #021C51; }
a { background-color: rgb(2,28,81); }
div.DivClassName
{
background-color: #021C51;
}
.BgClassName
{
background-color: #021C51;
}
</style>
border-color css
<style>
span { border-color: #021C51; }
span { border-color: rgb(2,28,81); }
td.TdClassName
{
border-color: #021C51;
}
.TagClassName
{
border-color: #021C51;
}
</style>