Shades of Sapphire #021472
Tints of Sapphire #021472
RGB
CMYK
RGB Variations
Color information
#021472 (or 0x021472) is known color: Sapphire. HEX triplet: 02, 14 and 72. RGB value is (2,20,114). Sum of RGB (Red+Green+Blue) = 2+20+114=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #021472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021472 is #FDEB8D. Grayscale: #181818. Windows color (decimal): -16640910 or 7476226. OLE color: 7476226.
HSL color Cylindrical-coordinate representation of color #021472: hue angle of 230.36º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021472 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 20 | 114 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.55 |
| HSL | 230.36º | 0.97% | 0.23% | - |
| HSV(B) | 230.36º | 0.98% | 0.45% | - |
| XYZ | 3.31 | 1.73 | 16.08 | - |
| YUV | 25.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 114 | 0.98 | 0.82 | 0 | 0.55 | 230.36 | 0.97 | 0.23 |
| Hex | 2 | 14 | 72 | 62 | 52 | 0 | 37 | E6 | 61 | 17 |
| Octal | 2 | 24 | 162 | 142 | 122 | 0 | 67 | 346 | 141 | 27 |
| Binary | 10 | 10100 | 1110010 | 1100010 | 1010010 | 0 | 110111 | 11100110 | 1100001 | 10111 |
Color Harmonies of #021472
Complementary color
Monochromatic Colors of #021472
Black with #021472
Text Example
Text Example
White with #021472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021472; }
p { color: rgb(2,20,114); }
H1.HeaderClassName
{
color: #021472;
}
.AnyTagClassName
{
color: #021472;
}
</style>
background-color css
<style>
a { background-color: #021472; }
a { background-color: rgb(2,20,114); }
div.DivClassName
{
background-color: #021472;
}
.BgClassName
{
background-color: #021472;
}
</style>
border-color css
<style>
span { border-color: #021472; }
span { border-color: rgb(2,20,114); }
td.TdClassName
{
border-color: #021472;
}
.TagClassName
{
border-color: #021472;
}
</style>