Shades of Sapphire #022370
Tints of Sapphire #022370
RGB
CMYK
RGB Variations
Color information
#022370 (or 0x022370) is known color: Sapphire. HEX triplet: 02, 23 and 70. RGB value is (2,35,112). Sum of RGB (Red+Green+Blue) = 2+35+112=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #022370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022370 is #FDDC8F. Grayscale: #212121. Windows color (decimal): -16637072 or 7348994. OLE color: 7348994.
HSL color Cylindrical-coordinate representation of color #022370: hue angle of 222º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022370 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 35 | 112 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.56 |
| HSL | 222º | 0.96% | 0.22% | - |
| HSV(B) | 222º | 0.98% | 0.44% | - |
| XYZ | 3.55 | 2.38 | 15.6 | - |
| YUV | 33.91 | 172.07 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 112 | 0.98 | 0.69 | 0 | 0.56 | 222 | 0.96 | 0.22 |
| Hex | 2 | 23 | 70 | 62 | 45 | 0 | 38 | DE | 60 | 16 |
| Octal | 2 | 43 | 160 | 142 | 105 | 0 | 70 | 336 | 140 | 26 |
| Binary | 10 | 100011 | 1110000 | 1100010 | 1000101 | 0 | 111000 | 11011110 | 1100000 | 10110 |
Color Harmonies of #022370
Complementary color
Monochromatic Colors of #022370
Black with #022370
Text Example
Text Example
White with #022370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022370; }
p { color: rgb(2,35,112); }
H1.HeaderClassName
{
color: #022370;
}
.AnyTagClassName
{
color: #022370;
}
</style>
background-color css
<style>
a { background-color: #022370; }
a { background-color: rgb(2,35,112); }
div.DivClassName
{
background-color: #022370;
}
.BgClassName
{
background-color: #022370;
}
</style>
border-color css
<style>
span { border-color: #022370; }
span { border-color: rgb(2,35,112); }
td.TdClassName
{
border-color: #022370;
}
.TagClassName
{
border-color: #022370;
}
</style>