Shades of Sapphire #021C52
Tints of Sapphire #021C52
RGB
CMYK
RGB Variations
Color information
#021C52 (or 0x021C52) is known color: Sapphire. HEX triplet: 02, 1C and 52. RGB value is (2,28,82). Sum of RGB (Red+Green+Blue) = 2+28+82=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 82 (32.42% from 255 or 73.21% from 112); Max value from RGB is 82 - color contains mainly: blue. Hex color #021C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C52 is #FDE3AD. Grayscale: #1A1A1A. Windows color (decimal): -16638894 or 5381122. OLE color: 5381122.
HSL color Cylindrical-coordinate representation of color #021C52: hue angle of 220.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C52 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 28 | 82 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.68 |
| HSL | 220.5º | 0.95% | 0.16% | - |
| HSV(B) | 220.5º | 0.98% | 0.32% | - |
| XYZ | 1.96 | 1.45 | 8.16 | - |
| YUV | 26.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 82 | 0.98 | 0.66 | 0 | 0.68 | 220.5 | 0.95 | 0.16 |
| Hex | 2 | 1C | 52 | 62 | 42 | 0 | 44 | DC | 5F | 10 |
| Octal | 2 | 34 | 122 | 142 | 102 | 0 | 104 | 334 | 137 | 20 |
| Binary | 10 | 11100 | 1010010 | 1100010 | 1000010 | 0 | 1000100 | 11011100 | 1011111 | 10000 |
Color Harmonies of #021C52
Complementary color
Monochromatic Colors of #021C52
Black with #021C52
Text Example
Text Example
White with #021C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C52; }
p { color: rgb(2,28,82); }
H1.HeaderClassName
{
color: #021C52;
}
.AnyTagClassName
{
color: #021C52;
}
</style>
background-color css
<style>
a { background-color: #021C52; }
a { background-color: rgb(2,28,82); }
div.DivClassName
{
background-color: #021C52;
}
.BgClassName
{
background-color: #021C52;
}
</style>
border-color css
<style>
span { border-color: #021C52; }
span { border-color: rgb(2,28,82); }
td.TdClassName
{
border-color: #021C52;
}
.TagClassName
{
border-color: #021C52;
}
</style>