Shades of Sapphire #02204A
Tints of Sapphire #02204A
RGB
CMYK
RGB Variations
Color information
#02204A (or 0x02204A) is known color: Sapphire. HEX triplet: 02, 20 and 4A. RGB value is (2,32,74). Sum of RGB (Red+Green+Blue) = 2+32+74=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #02204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02204A is #FDDFB5. Grayscale: #1B1B1B. Windows color (decimal): -16637878 or 4857858. OLE color: 4857858.
HSL color Cylindrical-coordinate representation of color #02204A: hue angle of 215º 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 #02204A is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 32 | 74 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.71 |
| HSL | 215º | 0.95% | 0.15% | - |
| HSV(B) | 215º | 0.97% | 0.29% | - |
| XYZ | 1.78 | 1.54 | 6.68 | - |
| YUV | 27.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 74 | 0.97 | 0.57 | 0 | 0.71 | 215 | 0.95 | 0.15 |
| Hex | 2 | 20 | 4A | 61 | 39 | 0 | 47 | D7 | 5F | F |
| Octal | 2 | 40 | 112 | 141 | 71 | 0 | 107 | 327 | 137 | 17 |
| Binary | 10 | 100000 | 1001010 | 1100001 | 111001 | 0 | 1000111 | 11010111 | 1011111 | 1111 |
Color Harmonies of #02204A
Complementary color
Monochromatic Colors of #02204A
Black with #02204A
Text Example
Text Example
White with #02204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02204A; }
p { color: rgb(2,32,74); }
H1.HeaderClassName
{
color: #02204A;
}
.AnyTagClassName
{
color: #02204A;
}
</style>
background-color css
<style>
a { background-color: #02204A; }
a { background-color: rgb(2,32,74); }
div.DivClassName
{
background-color: #02204A;
}
.BgClassName
{
background-color: #02204A;
}
</style>
border-color css
<style>
span { border-color: #02204A; }
span { border-color: rgb(2,32,74); }
td.TdClassName
{
border-color: #02204A;
}
.TagClassName
{
border-color: #02204A;
}
</style>