Shades of Sapphire #021C71
Tints of Sapphire #021C71
RGB
CMYK
RGB Variations
Color information
#021C71 (or 0x021C71) is known color: Sapphire. HEX triplet: 02, 1C and 71. RGB value is (2,28,113). Sum of RGB (Red+Green+Blue) = 2+28+113=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #021C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C71 is #FDE38E. Grayscale: #1D1D1D. Windows color (decimal): -16638863 or 7412738. OLE color: 7412738.
HSL color Cylindrical-coordinate representation of color #021C71: hue angle of 225.95º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C71 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 28 | 113 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.56 |
| HSL | 225.95º | 0.97% | 0.23% | - |
| HSV(B) | 225.95º | 0.98% | 0.44% | - |
| XYZ | 3.42 | 2.04 | 15.84 | - |
| YUV | 29.92 | 174.89 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 113 | 0.98 | 0.75 | 0 | 0.56 | 225.95 | 0.97 | 0.23 |
| Hex | 2 | 1C | 71 | 62 | 4B | 0 | 38 | E2 | 61 | 17 |
| Octal | 2 | 34 | 161 | 142 | 113 | 0 | 70 | 342 | 141 | 27 |
| Binary | 10 | 11100 | 1110001 | 1100010 | 1001011 | 0 | 111000 | 11100010 | 1100001 | 10111 |
Color Harmonies of #021C71
Complementary color
Monochromatic Colors of #021C71
Black with #021C71
Text Example
Text Example
White with #021C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C71; }
p { color: rgb(2,28,113); }
H1.HeaderClassName
{
color: #021C71;
}
.AnyTagClassName
{
color: #021C71;
}
</style>
background-color css
<style>
a { background-color: #021C71; }
a { background-color: rgb(2,28,113); }
div.DivClassName
{
background-color: #021C71;
}
.BgClassName
{
background-color: #021C71;
}
</style>
border-color css
<style>
span { border-color: #021C71; }
span { border-color: rgb(2,28,113); }
td.TdClassName
{
border-color: #021C71;
}
.TagClassName
{
border-color: #021C71;
}
</style>