Shades of Sapphire #02204D
Tints of Sapphire #02204D
RGB
CMYK
RGB Variations
Color information
#02204D (or 0x02204D) is known color: Sapphire. HEX triplet: 02, 20 and 4D. RGB value is (2,32,77). Sum of RGB (Red+Green+Blue) = 2+32+77=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #02204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02204D is #FDDFB2. Grayscale: #1B1B1B. Windows color (decimal): -16637875 or 5054466. OLE color: 5054466.
HSL color Cylindrical-coordinate representation of color #02204D: hue angle of 216º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02204D is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 32 | 77 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.70 |
| HSL | 216º | 0.95% | 0.15% | - |
| HSV(B) | 216º | 0.97% | 0.3% | - |
| XYZ | 1.88 | 1.58 | 7.23 | - |
| YUV | 28.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 77 | 0.97 | 0.58 | 0 | 0.70 | 216 | 0.95 | 0.15 |
| Hex | 2 | 20 | 4D | 61 | 3A | 0 | 46 | D8 | 5F | F |
| Octal | 2 | 40 | 115 | 141 | 72 | 0 | 106 | 330 | 137 | 17 |
| Binary | 10 | 100000 | 1001101 | 1100001 | 111010 | 0 | 1000110 | 11011000 | 1011111 | 1111 |
Color Harmonies of #02204D
Complementary color
Monochromatic Colors of #02204D
Black with #02204D
Text Example
Text Example
White with #02204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02204D; }
p { color: rgb(2,32,77); }
H1.HeaderClassName
{
color: #02204D;
}
.AnyTagClassName
{
color: #02204D;
}
</style>
background-color css
<style>
a { background-color: #02204D; }
a { background-color: rgb(2,32,77); }
div.DivClassName
{
background-color: #02204D;
}
.BgClassName
{
background-color: #02204D;
}
</style>
border-color css
<style>
span { border-color: #02204D; }
span { border-color: rgb(2,32,77); }
td.TdClassName
{
border-color: #02204D;
}
.TagClassName
{
border-color: #02204D;
}
</style>