Shades of Sapphire #02225A
Tints of Sapphire #02225A
RGB
CMYK
RGB Variations
Color information
#02225A (or 0x02225A) is known color: Sapphire. HEX triplet: 02, 22 and 5A. RGB value is (2,34,90). Sum of RGB (Red+Green+Blue) = 2+34+90=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #02225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02225A is #FDDDA5. Grayscale: #1E1E1E. Windows color (decimal): -16637350 or 5906946. OLE color: 5906946.
HSL color Cylindrical-coordinate representation of color #02225A: hue angle of 218.18º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02225A is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 34 | 90 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.65 |
| HSL | 218.18º | 0.96% | 0.18% | - |
| HSV(B) | 218.18º | 0.98% | 0.35% | - |
| XYZ | 2.44 | 1.9 | 9.91 | - |
| YUV | 30.82 | 161.4 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 90 | 0.98 | 0.62 | 0 | 0.65 | 218.18 | 0.96 | 0.18 |
| Hex | 2 | 22 | 5A | 62 | 3E | 0 | 41 | DA | 60 | 12 |
| Octal | 2 | 42 | 132 | 142 | 76 | 0 | 101 | 332 | 140 | 22 |
| Binary | 10 | 100010 | 1011010 | 1100010 | 111110 | 0 | 1000001 | 11011010 | 1100000 | 10010 |
Color Harmonies of #02225A
Complementary color
Monochromatic Colors of #02225A
Black with #02225A
Text Example
Text Example
White with #02225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02225A; }
p { color: rgb(2,34,90); }
H1.HeaderClassName
{
color: #02225A;
}
.AnyTagClassName
{
color: #02225A;
}
</style>
background-color css
<style>
a { background-color: #02225A; }
a { background-color: rgb(2,34,90); }
div.DivClassName
{
background-color: #02225A;
}
.BgClassName
{
background-color: #02225A;
}
</style>
border-color css
<style>
span { border-color: #02225A; }
span { border-color: rgb(2,34,90); }
td.TdClassName
{
border-color: #02225A;
}
.TagClassName
{
border-color: #02225A;
}
</style>