Shades of Sapphire #022566
Tints of Sapphire #022566
RGB
CMYK
RGB Variations
Color information
#022566 (or 0x022566) is known color: Sapphire. HEX triplet: 02, 25 and 66. RGB value is (2,37,102). Sum of RGB (Red+Green+Blue) = 2+37+102=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #022566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022566 is #FDDA99. Grayscale: #212121. Windows color (decimal): -16636570 or 6694146. OLE color: 6694146.
HSL color Cylindrical-coordinate representation of color #022566: hue angle of 219º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022566 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 37 | 102 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.6 |
| HSL | 219º | 0.96% | 0.2% | - |
| HSV(B) | 219º | 0.98% | 0.4% | - |
| XYZ | 3.08 | 2.3 | 12.85 | - |
| YUV | 33.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 102 | 0.98 | 0.64 | 0 | 0.6 | 219 | 0.96 | 0.2 |
| Hex | 2 | 25 | 66 | 62 | 40 | 0 | 3C | DB | 60 | 14 |
| Octal | 2 | 45 | 146 | 142 | 100 | 0 | 74 | 333 | 140 | 24 |
| Binary | 10 | 100101 | 1100110 | 1100010 | 1000000 | 0 | 111100 | 11011011 | 1100000 | 10100 |
Color Harmonies of #022566
Complementary color
Monochromatic Colors of #022566
Black with #022566
Text Example
Text Example
White with #022566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022566; }
p { color: rgb(2,37,102); }
H1.HeaderClassName
{
color: #022566;
}
.AnyTagClassName
{
color: #022566;
}
</style>
background-color css
<style>
a { background-color: #022566; }
a { background-color: rgb(2,37,102); }
div.DivClassName
{
background-color: #022566;
}
.BgClassName
{
background-color: #022566;
}
</style>
border-color css
<style>
span { border-color: #022566; }
span { border-color: rgb(2,37,102); }
td.TdClassName
{
border-color: #022566;
}
.TagClassName
{
border-color: #022566;
}
</style>