Shades of Sapphire #021C84
Tints of Sapphire #021C84
RGB
CMYK
RGB Variations
Color information
#021C84 (or 0x021C84) is known color: Sapphire. HEX triplet: 02, 1C and 84. RGB value is (2,28,132). Sum of RGB (Red+Green+Blue) = 2+28+132=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 132 (51.95% from 255 or 81.48% from 162); Max value from RGB is 132 - color contains mainly: blue. Hex color #021C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C84 is #FDE37B. Grayscale: #1F1F1F. Windows color (decimal): -16638844 or 8657922. OLE color: 8657922.
HSL color Cylindrical-coordinate representation of color #021C84: hue angle of 228º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C84 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 28 | 132 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.48 |
| HSL | 228º | 0.97% | 0.26% | - |
| HSV(B) | 228º | 0.98% | 0.52% | - |
| XYZ | 4.61 | 2.51 | 22.07 | - |
| YUV | 32.08 | 184.39 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 132 | 0.98 | 0.79 | 0 | 0.48 | 228 | 0.97 | 0.26 |
| Hex | 2 | 1C | 84 | 62 | 4F | 0 | 30 | E4 | 61 | 1A |
| Octal | 2 | 34 | 204 | 142 | 117 | 0 | 60 | 344 | 141 | 32 |
| Binary | 10 | 11100 | 10000100 | 1100010 | 1001111 | 0 | 110000 | 11100100 | 1100001 | 11010 |
Color Harmonies of #021C84
Complementary color
Monochromatic Colors of #021C84
Black with #021C84
Text Example
Text Example
White with #021C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C84; }
p { color: rgb(2,28,132); }
H1.HeaderClassName
{
color: #021C84;
}
.AnyTagClassName
{
color: #021C84;
}
</style>
background-color css
<style>
a { background-color: #021C84; }
a { background-color: rgb(2,28,132); }
div.DivClassName
{
background-color: #021C84;
}
.BgClassName
{
background-color: #021C84;
}
</style>
border-color css
<style>
span { border-color: #021C84; }
span { border-color: rgb(2,28,132); }
td.TdClassName
{
border-color: #021C84;
}
.TagClassName
{
border-color: #021C84;
}
</style>