Shades of Sapphire #02204C
Tints of Sapphire #02204C
RGB
CMYK
RGB Variations
Color information
#02204C (or 0x02204C) is known color: Sapphire. HEX triplet: 02, 20 and 4C. RGB value is (2,32,76). Sum of RGB (Red+Green+Blue) = 2+32+76=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #02204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02204C is #FDDFB3. Grayscale: #1B1B1B. Windows color (decimal): -16637876 or 4988930. OLE color: 4988930.
HSL color Cylindrical-coordinate representation of color #02204C: hue angle of 215.68º 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 #02204C is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 32 | 76 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.70 |
| HSL | 215.68º | 0.95% | 0.15% | - |
| HSV(B) | 215.68º | 0.97% | 0.3% | - |
| XYZ | 1.85 | 1.57 | 7.04 | - |
| YUV | 28.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 76 | 0.97 | 0.58 | 0 | 0.70 | 215.68 | 0.95 | 0.15 |
| Hex | 2 | 20 | 4C | 61 | 3A | 0 | 46 | D8 | 5F | F |
| Octal | 2 | 40 | 114 | 141 | 72 | 0 | 106 | 330 | 137 | 17 |
| Binary | 10 | 100000 | 1001100 | 1100001 | 111010 | 0 | 1000110 | 11011000 | 1011111 | 1111 |
Color Harmonies of #02204C
Complementary color
Monochromatic Colors of #02204C
Black with #02204C
Text Example
Text Example
White with #02204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02204C; }
p { color: rgb(2,32,76); }
H1.HeaderClassName
{
color: #02204C;
}
.AnyTagClassName
{
color: #02204C;
}
</style>
background-color css
<style>
a { background-color: #02204C; }
a { background-color: rgb(2,32,76); }
div.DivClassName
{
background-color: #02204C;
}
.BgClassName
{
background-color: #02204C;
}
</style>
border-color css
<style>
span { border-color: #02204C; }
span { border-color: rgb(2,32,76); }
td.TdClassName
{
border-color: #02204C;
}
.TagClassName
{
border-color: #02204C;
}
</style>