Shades of Sapphire #021C44
Tints of Sapphire #021C44
RGB
CMYK
RGB Variations
Color information
#021C44 (or 0x021C44) is known color: Sapphire. HEX triplet: 02, 1C and 44. RGB value is (2,28,68). Sum of RGB (Red+Green+Blue) = 2+28+68=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 68 (26.95% from 255 or 69.39% from 98); Max value from RGB is 68 - color contains mainly: blue. Hex color #021C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C44 is #FDE3BB. Grayscale: #181818. Windows color (decimal): -16638908 or 4463618. OLE color: 4463618.
HSL color Cylindrical-coordinate representation of color #021C44: hue angle of 216.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021C44 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 28 | 68 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.73 |
| HSL | 216.36º | 0.94% | 0.14% | - |
| HSV(B) | 216.36º | 0.97% | 0.27% | - |
| XYZ | 1.48 | 1.26 | 5.63 | - |
| YUV | 24.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 68 | 0.97 | 0.59 | 0 | 0.73 | 216.36 | 0.94 | 0.14 |
| Hex | 2 | 1C | 44 | 61 | 3B | 0 | 49 | D8 | 5E | E |
| Octal | 2 | 34 | 104 | 141 | 73 | 0 | 111 | 330 | 136 | 16 |
| Binary | 10 | 11100 | 1000100 | 1100001 | 111011 | 0 | 1001001 | 11011000 | 1011110 | 1110 |
Color Harmonies of #021C44
Complementary color
Monochromatic Colors of #021C44
Black with #021C44
Text Example
Text Example
White with #021C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C44; }
p { color: rgb(2,28,68); }
H1.HeaderClassName
{
color: #021C44;
}
.AnyTagClassName
{
color: #021C44;
}
</style>
background-color css
<style>
a { background-color: #021C44; }
a { background-color: rgb(2,28,68); }
div.DivClassName
{
background-color: #021C44;
}
.BgClassName
{
background-color: #021C44;
}
</style>
border-color css
<style>
span { border-color: #021C44; }
span { border-color: rgb(2,28,68); }
td.TdClassName
{
border-color: #021C44;
}
.TagClassName
{
border-color: #021C44;
}
</style>