Shades of Sapphire #021D4D
Tints of Sapphire #021D4D
RGB
CMYK
RGB Variations
Color information
#021D4D (or 0x021D4D) is known color: Sapphire. HEX triplet: 02, 1D and 4D. RGB value is (2,29,77). Sum of RGB (Red+Green+Blue) = 2+29+77=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #021D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D4D is #FDE2B2. Grayscale: #1A1A1A. Windows color (decimal): -16638643 or 5053698. OLE color: 5053698.
HSL color Cylindrical-coordinate representation of color #021D4D: hue angle of 218.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021D4D is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 29 | 77 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.70 |
| HSL | 218.4º | 0.95% | 0.15% | - |
| HSV(B) | 218.4º | 0.97% | 0.3% | - |
| XYZ | 1.8 | 1.43 | 7.2 | - |
| YUV | 26.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 77 | 0.97 | 0.62 | 0 | 0.70 | 218.4 | 0.95 | 0.15 |
| Hex | 2 | 1D | 4D | 61 | 3E | 0 | 46 | DA | 5F | F |
| Octal | 2 | 35 | 115 | 141 | 76 | 0 | 106 | 332 | 137 | 17 |
| Binary | 10 | 11101 | 1001101 | 1100001 | 111110 | 0 | 1000110 | 11011010 | 1011111 | 1111 |
Color Harmonies of #021D4D
Complementary color
Monochromatic Colors of #021D4D
Black with #021D4D
Text Example
Text Example
White with #021D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D4D; }
p { color: rgb(2,29,77); }
H1.HeaderClassName
{
color: #021D4D;
}
.AnyTagClassName
{
color: #021D4D;
}
</style>
background-color css
<style>
a { background-color: #021D4D; }
a { background-color: rgb(2,29,77); }
div.DivClassName
{
background-color: #021D4D;
}
.BgClassName
{
background-color: #021D4D;
}
</style>
border-color css
<style>
span { border-color: #021D4D; }
span { border-color: rgb(2,29,77); }
td.TdClassName
{
border-color: #021D4D;
}
.TagClassName
{
border-color: #021D4D;
}
</style>