Shades of Sapphire #021849
Tints of Sapphire #021849
RGB
CMYK
RGB Variations
Color information
#021849 (or 0x021849) is known color: Sapphire. HEX triplet: 02, 18 and 49. RGB value is (2,24,73). Sum of RGB (Red+Green+Blue) = 2+24+73=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #021849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021849 is #FDE7B6. Grayscale: #161616. Windows color (decimal): -16639927 or 4790274. OLE color: 4790274.
HSL color Cylindrical-coordinate representation of color #021849: hue angle of 221.41º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021849 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 24 | 73 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.71 |
| HSL | 221.41º | 0.95% | 0.15% | - |
| HSV(B) | 221.41º | 0.97% | 0.29% | - |
| XYZ | 1.55 | 1.15 | 6.44 | - |
| YUV | 23.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 73 | 0.97 | 0.67 | 0 | 0.71 | 221.41 | 0.95 | 0.15 |
| Hex | 2 | 18 | 49 | 61 | 43 | 0 | 47 | DD | 5F | F |
| Octal | 2 | 30 | 111 | 141 | 103 | 0 | 107 | 335 | 137 | 17 |
| Binary | 10 | 11000 | 1001001 | 1100001 | 1000011 | 0 | 1000111 | 11011101 | 1011111 | 1111 |
Color Harmonies of #021849
Complementary color
Monochromatic Colors of #021849
Black with #021849
Text Example
Text Example
White with #021849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021849; }
p { color: rgb(2,24,73); }
H1.HeaderClassName
{
color: #021849;
}
.AnyTagClassName
{
color: #021849;
}
</style>
background-color css
<style>
a { background-color: #021849; }
a { background-color: rgb(2,24,73); }
div.DivClassName
{
background-color: #021849;
}
.BgClassName
{
background-color: #021849;
}
</style>
border-color css
<style>
span { border-color: #021849; }
span { border-color: rgb(2,24,73); }
td.TdClassName
{
border-color: #021849;
}
.TagClassName
{
border-color: #021849;
}
</style>