Shades of Sapphire #021C64
Tints of Sapphire #021C64
RGB
CMYK
RGB Variations
Color information
#021C64 (or 0x021C64) is known color: Sapphire. HEX triplet: 02, 1C and 64. RGB value is (2,28,100). Sum of RGB (Red+Green+Blue) = 2+28+100=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 100 (39.45% from 255 or 76.92% from 130); Max value from RGB is 100 - color contains mainly: blue. Hex color #021C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C64 is #FDE39B. Grayscale: #1C1C1C. Windows color (decimal): -16638876 or 6560770. OLE color: 6560770.
HSL color Cylindrical-coordinate representation of color #021C64: hue angle of 224.08º 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 #021C64 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 28 | 100 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.61 |
| HSL | 224.08º | 0.96% | 0.2% | - |
| HSV(B) | 224.08º | 0.98% | 0.39% | - |
| XYZ | 2.74 | 1.76 | 12.25 | - |
| YUV | 28.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 100 | 0.98 | 0.72 | 0 | 0.61 | 224.08 | 0.96 | 0.2 |
| Hex | 2 | 1C | 64 | 62 | 48 | 0 | 3D | E0 | 60 | 14 |
| Octal | 2 | 34 | 144 | 142 | 110 | 0 | 75 | 340 | 140 | 24 |
| Binary | 10 | 11100 | 1100100 | 1100010 | 1001000 | 0 | 111101 | 11100000 | 1100000 | 10100 |
Color Harmonies of #021C64
Complementary color
Monochromatic Colors of #021C64
Black with #021C64
Text Example
Text Example
White with #021C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C64; }
p { color: rgb(2,28,100); }
H1.HeaderClassName
{
color: #021C64;
}
.AnyTagClassName
{
color: #021C64;
}
</style>
background-color css
<style>
a { background-color: #021C64; }
a { background-color: rgb(2,28,100); }
div.DivClassName
{
background-color: #021C64;
}
.BgClassName
{
background-color: #021C64;
}
</style>
border-color css
<style>
span { border-color: #021C64; }
span { border-color: rgb(2,28,100); }
td.TdClassName
{
border-color: #021C64;
}
.TagClassName
{
border-color: #021C64;
}
</style>