Shades of Sapphire #02225D
Tints of Sapphire #02225D
RGB
CMYK
RGB Variations
Color information
#02225D (or 0x02225D) is known color: Sapphire. HEX triplet: 02, 22 and 5D. RGB value is (2,34,93). Sum of RGB (Red+Green+Blue) = 2+34+93=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #02225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02225D is #FDDDA2. Grayscale: #1E1E1E. Windows color (decimal): -16637347 or 6103554. OLE color: 6103554.
HSL color Cylindrical-coordinate representation of color #02225D: hue angle of 218.9º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02225D is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 34 | 93 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.64 |
| HSL | 218.9º | 0.96% | 0.19% | - |
| HSV(B) | 218.9º | 0.98% | 0.36% | - |
| XYZ | 2.57 | 1.95 | 10.6 | - |
| YUV | 31.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 93 | 0.98 | 0.63 | 0 | 0.64 | 218.9 | 0.96 | 0.19 |
| Hex | 2 | 22 | 5D | 62 | 3F | 0 | 40 | DB | 60 | 13 |
| Octal | 2 | 42 | 135 | 142 | 77 | 0 | 100 | 333 | 140 | 23 |
| Binary | 10 | 100010 | 1011101 | 1100010 | 111111 | 0 | 1000000 | 11011011 | 1100000 | 10011 |
Color Harmonies of #02225D
Complementary color
Monochromatic Colors of #02225D
Black with #02225D
Text Example
Text Example
White with #02225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02225D; }
p { color: rgb(2,34,93); }
H1.HeaderClassName
{
color: #02225D;
}
.AnyTagClassName
{
color: #02225D;
}
</style>
background-color css
<style>
a { background-color: #02225D; }
a { background-color: rgb(2,34,93); }
div.DivClassName
{
background-color: #02225D;
}
.BgClassName
{
background-color: #02225D;
}
</style>
border-color css
<style>
span { border-color: #02225D; }
span { border-color: rgb(2,34,93); }
td.TdClassName
{
border-color: #02225D;
}
.TagClassName
{
border-color: #02225D;
}
</style>