Shades of Sapphire #021A63
Tints of Sapphire #021A63
RGB
CMYK
RGB Variations
Color information
#021A63 (or 0x021A63) is known color: Sapphire. HEX triplet: 02, 1A and 63. RGB value is (2,26,99). Sum of RGB (Red+Green+Blue) = 2+26+99=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 99 (39.06% from 255 or 77.95% from 127); Max value from RGB is 99 - color contains mainly: blue. Hex color #021A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A63 is #FDE59C. Grayscale: #1A1A1A. Windows color (decimal): -16639389 or 6494722. OLE color: 6494722.
HSL color Cylindrical-coordinate representation of color #021A63: hue angle of 225.15º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A63 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 26 | 99 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.61 |
| HSL | 225.15º | 0.96% | 0.2% | - |
| HSV(B) | 225.15º | 0.98% | 0.39% | - |
| XYZ | 2.65 | 1.65 | 11.98 | - |
| YUV | 27.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 99 | 0.98 | 0.74 | 0 | 0.61 | 225.15 | 0.96 | 0.2 |
| Hex | 2 | 1A | 63 | 62 | 4A | 0 | 3D | E1 | 60 | 14 |
| Octal | 2 | 32 | 143 | 142 | 112 | 0 | 75 | 341 | 140 | 24 |
| Binary | 10 | 11010 | 1100011 | 1100010 | 1001010 | 0 | 111101 | 11100001 | 1100000 | 10100 |
Color Harmonies of #021A63
Complementary color
Monochromatic Colors of #021A63
Black with #021A63
Text Example
Text Example
White with #021A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A63; }
p { color: rgb(2,26,99); }
H1.HeaderClassName
{
color: #021A63;
}
.AnyTagClassName
{
color: #021A63;
}
</style>
background-color css
<style>
a { background-color: #021A63; }
a { background-color: rgb(2,26,99); }
div.DivClassName
{
background-color: #021A63;
}
.BgClassName
{
background-color: #021A63;
}
</style>
border-color css
<style>
span { border-color: #021A63; }
span { border-color: rgb(2,26,99); }
td.TdClassName
{
border-color: #021A63;
}
.TagClassName
{
border-color: #021A63;
}
</style>