Shades of Sapphire #02205E
Tints of Sapphire #02205E
RGB
CMYK
RGB Variations
Color information
#02205E (or 0x02205E) is known color: Sapphire. HEX triplet: 02, 20 and 5E. RGB value is (2,32,94). Sum of RGB (Red+Green+Blue) = 2+32+94=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #02205E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02205E is #FDDFA1. Grayscale: #1D1D1D. Windows color (decimal): -16637858 or 6168578. OLE color: 6168578.
HSL color Cylindrical-coordinate representation of color #02205E: hue angle of 220.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02205E is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 32 | 94 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.63 |
| HSL | 220.43º | 0.96% | 0.19% | - |
| HSV(B) | 220.43º | 0.98% | 0.37% | - |
| XYZ | 2.56 | 1.85 | 10.81 | - |
| YUV | 30.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 94 | 0.98 | 0.66 | 0 | 0.63 | 220.43 | 0.96 | 0.19 |
| Hex | 2 | 20 | 5E | 62 | 42 | 0 | 3F | DC | 60 | 13 |
| Octal | 2 | 40 | 136 | 142 | 102 | 0 | 77 | 334 | 140 | 23 |
| Binary | 10 | 100000 | 1011110 | 1100010 | 1000010 | 0 | 111111 | 11011100 | 1100000 | 10011 |
Color Harmonies of #02205E
Complementary color
Monochromatic Colors of #02205E
Black with #02205E
Text Example
Text Example
White with #02205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02205E; }
p { color: rgb(2,32,94); }
H1.HeaderClassName
{
color: #02205E;
}
.AnyTagClassName
{
color: #02205E;
}
</style>
background-color css
<style>
a { background-color: #02205E; }
a { background-color: rgb(2,32,94); }
div.DivClassName
{
background-color: #02205E;
}
.BgClassName
{
background-color: #02205E;
}
</style>
border-color css
<style>
span { border-color: #02205E; }
span { border-color: rgb(2,32,94); }
td.TdClassName
{
border-color: #02205E;
}
.TagClassName
{
border-color: #02205E;
}
</style>