Shades of Sapphire #021448
Tints of Sapphire #021448
RGB
CMYK
RGB Variations
Color information
#021448 (or 0x021448) is known color: Sapphire. HEX triplet: 02, 14 and 48. RGB value is (2,20,72). Sum of RGB (Red+Green+Blue) = 2+20+72=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #021448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021448 is #FDEBB7. Grayscale: #141414. Windows color (decimal): -16640952 or 4723714. OLE color: 4723714.
HSL color Cylindrical-coordinate representation of color #021448: hue angle of 224.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021448 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 20 | 72 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.72 |
| HSL | 224.57º | 0.95% | 0.15% | - |
| HSV(B) | 224.57º | 0.97% | 0.28% | - |
| XYZ | 1.44 | 0.98 | 6.24 | - |
| YUV | 20.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 72 | 0.97 | 0.72 | 0 | 0.72 | 224.57 | 0.95 | 0.15 |
| Hex | 2 | 14 | 48 | 61 | 48 | 0 | 48 | E1 | 5F | F |
| Octal | 2 | 24 | 110 | 141 | 110 | 0 | 110 | 341 | 137 | 17 |
| Binary | 10 | 10100 | 1001000 | 1100001 | 1001000 | 0 | 1001000 | 11100001 | 1011111 | 1111 |
Color Harmonies of #021448
Complementary color
Monochromatic Colors of #021448
Black with #021448
Text Example
Text Example
White with #021448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021448; }
p { color: rgb(2,20,72); }
H1.HeaderClassName
{
color: #021448;
}
.AnyTagClassName
{
color: #021448;
}
</style>
background-color css
<style>
a { background-color: #021448; }
a { background-color: rgb(2,20,72); }
div.DivClassName
{
background-color: #021448;
}
.BgClassName
{
background-color: #021448;
}
</style>
border-color css
<style>
span { border-color: #021448; }
span { border-color: rgb(2,20,72); }
td.TdClassName
{
border-color: #021448;
}
.TagClassName
{
border-color: #021448;
}
</style>