Shades of Sapphire #021A64
Tints of Sapphire #021A64
RGB
CMYK
RGB Variations
Color information
#021A64 (or 0x021A64) is known color: Sapphire. HEX triplet: 02, 1A and 64. RGB value is (2,26,100). Sum of RGB (Red+Green+Blue) = 2+26+100=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 100 (39.45% from 255 or 78.12% from 128); Max value from RGB is 100 - color contains mainly: blue. Hex color #021A64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A64 is #FDE59B. Grayscale: #1A1A1A. Windows color (decimal): -16639388 or 6560258. OLE color: 6560258.
HSL color Cylindrical-coordinate representation of color #021A64: hue angle of 225.31º 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 #021A64 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 26 | 100 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.61 |
| HSL | 225.31º | 0.96% | 0.2% | - |
| HSV(B) | 225.31º | 0.98% | 0.39% | - |
| XYZ | 2.69 | 1.67 | 12.24 | - |
| YUV | 27.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 100 | 0.98 | 0.74 | 0 | 0.61 | 225.31 | 0.96 | 0.2 |
| Hex | 2 | 1A | 64 | 62 | 4A | 0 | 3D | E1 | 60 | 14 |
| Octal | 2 | 32 | 144 | 142 | 112 | 0 | 75 | 341 | 140 | 24 |
| Binary | 10 | 11010 | 1100100 | 1100010 | 1001010 | 0 | 111101 | 11100001 | 1100000 | 10100 |
Color Harmonies of #021A64
Complementary color
Monochromatic Colors of #021A64
Black with #021A64
Text Example
Text Example
White with #021A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A64; }
p { color: rgb(2,26,100); }
H1.HeaderClassName
{
color: #021A64;
}
.AnyTagClassName
{
color: #021A64;
}
</style>
background-color css
<style>
a { background-color: #021A64; }
a { background-color: rgb(2,26,100); }
div.DivClassName
{
background-color: #021A64;
}
.BgClassName
{
background-color: #021A64;
}
</style>
border-color css
<style>
span { border-color: #021A64; }
span { border-color: rgb(2,26,100); }
td.TdClassName
{
border-color: #021A64;
}
.TagClassName
{
border-color: #021A64;
}
</style>