Shades of Sapphire #021A80
Tints of Sapphire #021A80
RGB
CMYK
RGB Variations
Color information
#021A80 (or 0x021A80) is known color: Sapphire. HEX triplet: 02, 1A and 80. RGB value is (2,26,128). Sum of RGB (Red+Green+Blue) = 2+26+128=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 128 (50.39% from 255 or 82.05% from 156); Max value from RGB is 128 - color contains mainly: blue. Hex color #021A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021A80 is #FDE57F. Grayscale: #1E1E1E. Windows color (decimal): -16639360 or 8395266. OLE color: 8395266.
HSL color Cylindrical-coordinate representation of color #021A80: hue angle of 228.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A80 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 26 | 128 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.50 |
| HSL | 228.57º | 0.97% | 0.25% | - |
| HSV(B) | 228.57º | 0.98% | 0.5% | - |
| XYZ | 4.29 | 2.31 | 20.64 | - |
| YUV | 30.45 | 183.05 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 128 | 0.98 | 0.80 | 0 | 0.50 | 228.57 | 0.97 | 0.25 |
| Hex | 2 | 1A | 80 | 62 | 50 | 0 | 32 | E5 | 61 | 19 |
| Octal | 2 | 32 | 200 | 142 | 120 | 0 | 62 | 345 | 141 | 31 |
| Binary | 10 | 11010 | 10000000 | 1100010 | 1010000 | 0 | 110010 | 11100101 | 1100001 | 11001 |
Color Harmonies of #021A80
Complementary color
Monochromatic Colors of #021A80
Black with #021A80
Text Example
Text Example
White with #021A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A80; }
p { color: rgb(2,26,128); }
H1.HeaderClassName
{
color: #021A80;
}
.AnyTagClassName
{
color: #021A80;
}
</style>
background-color css
<style>
a { background-color: #021A80; }
a { background-color: rgb(2,26,128); }
div.DivClassName
{
background-color: #021A80;
}
.BgClassName
{
background-color: #021A80;
}
</style>
border-color css
<style>
span { border-color: #021A80; }
span { border-color: rgb(2,26,128); }
td.TdClassName
{
border-color: #021A80;
}
.TagClassName
{
border-color: #021A80;
}
</style>