Shades of Sapphire #021C4D
Tints of Sapphire #021C4D
RGB
CMYK
RGB Variations
Color information
#021C4D (or 0x021C4D) is known color: Sapphire. HEX triplet: 02, 1C and 4D. RGB value is (2,28,77). Sum of RGB (Red+Green+Blue) = 2+28+77=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #021C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C4D is #FDE3B2. Grayscale: #191919. Windows color (decimal): -16638899 or 5053442. OLE color: 5053442.
HSL color Cylindrical-coordinate representation of color #021C4D: hue angle of 219.2º 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 #021C4D is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 28 | 77 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.70 |
| HSL | 219.2º | 0.95% | 0.15% | - |
| HSV(B) | 219.2º | 0.97% | 0.3% | - |
| XYZ | 1.78 | 1.38 | 7.19 | - |
| YUV | 25.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 77 | 0.97 | 0.64 | 0 | 0.70 | 219.2 | 0.95 | 0.15 |
| Hex | 2 | 1C | 4D | 61 | 40 | 0 | 46 | DB | 5F | F |
| Octal | 2 | 34 | 115 | 141 | 100 | 0 | 106 | 333 | 137 | 17 |
| Binary | 10 | 11100 | 1001101 | 1100001 | 1000000 | 0 | 1000110 | 11011011 | 1011111 | 1111 |
Color Harmonies of #021C4D
Complementary color
Monochromatic Colors of #021C4D
Black with #021C4D
Text Example
Text Example
White with #021C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C4D; }
p { color: rgb(2,28,77); }
H1.HeaderClassName
{
color: #021C4D;
}
.AnyTagClassName
{
color: #021C4D;
}
</style>
background-color css
<style>
a { background-color: #021C4D; }
a { background-color: rgb(2,28,77); }
div.DivClassName
{
background-color: #021C4D;
}
.BgClassName
{
background-color: #021C4D;
}
</style>
border-color css
<style>
span { border-color: #021C4D; }
span { border-color: rgb(2,28,77); }
td.TdClassName
{
border-color: #021C4D;
}
.TagClassName
{
border-color: #021C4D;
}
</style>