Shades of Sapphire #021C58
Tints of Sapphire #021C58
RGB
CMYK
RGB Variations
Color information
#021C58 (or 0x021C58) is known color: Sapphire. HEX triplet: 02, 1C and 58. RGB value is (2,28,88). Sum of RGB (Red+Green+Blue) = 2+28+88=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #021C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C58 is #FDE3A7. Grayscale: #1A1A1A. Windows color (decimal): -16638888 or 5774338. OLE color: 5774338.
HSL color Cylindrical-coordinate representation of color #021C58: hue angle of 221.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021C58 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 28 | 88 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.65 |
| HSL | 221.86º | 0.96% | 0.18% | - |
| HSV(B) | 221.86º | 0.98% | 0.35% | - |
| XYZ | 2.2 | 1.55 | 9.42 | - |
| YUV | 27.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 88 | 0.98 | 0.68 | 0 | 0.65 | 221.86 | 0.96 | 0.18 |
| Hex | 2 | 1C | 58 | 62 | 44 | 0 | 41 | DE | 60 | 12 |
| Octal | 2 | 34 | 130 | 142 | 104 | 0 | 101 | 336 | 140 | 22 |
| Binary | 10 | 11100 | 1011000 | 1100010 | 1000100 | 0 | 1000001 | 11011110 | 1100000 | 10010 |
Color Harmonies of #021C58
Complementary color
Monochromatic Colors of #021C58
Black with #021C58
Text Example
Text Example
White with #021C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C58; }
p { color: rgb(2,28,88); }
H1.HeaderClassName
{
color: #021C58;
}
.AnyTagClassName
{
color: #021C58;
}
</style>
background-color css
<style>
a { background-color: #021C58; }
a { background-color: rgb(2,28,88); }
div.DivClassName
{
background-color: #021C58;
}
.BgClassName
{
background-color: #021C58;
}
</style>
border-color css
<style>
span { border-color: #021C58; }
span { border-color: rgb(2,28,88); }
td.TdClassName
{
border-color: #021C58;
}
.TagClassName
{
border-color: #021C58;
}
</style>