Shades of Sapphire #022466
Tints of Sapphire #022466
RGB
CMYK
RGB Variations
Color information
#022466 (or 0x022466) is known color: Sapphire. HEX triplet: 02, 24 and 66. RGB value is (2,36,102). Sum of RGB (Red+Green+Blue) = 2+36+102=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #022466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022466 is #FDDB99. Grayscale: #212121. Windows color (decimal): -16636826 or 6693890. OLE color: 6693890.
HSL color Cylindrical-coordinate representation of color #022466: hue angle of 219.6º 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 #022466 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 36 | 102 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.6 |
| HSL | 219.6º | 0.96% | 0.2% | - |
| HSV(B) | 219.6º | 0.98% | 0.4% | - |
| XYZ | 3.05 | 2.23 | 12.84 | - |
| YUV | 33.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 102 | 0.98 | 0.65 | 0 | 0.6 | 219.6 | 0.96 | 0.2 |
| Hex | 2 | 24 | 66 | 62 | 41 | 0 | 3C | DC | 60 | 14 |
| Octal | 2 | 44 | 146 | 142 | 101 | 0 | 74 | 334 | 140 | 24 |
| Binary | 10 | 100100 | 1100110 | 1100010 | 1000001 | 0 | 111100 | 11011100 | 1100000 | 10100 |
Color Harmonies of #022466
Complementary color
Monochromatic Colors of #022466
Black with #022466
Text Example
Text Example
White with #022466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022466; }
p { color: rgb(2,36,102); }
H1.HeaderClassName
{
color: #022466;
}
.AnyTagClassName
{
color: #022466;
}
</style>
background-color css
<style>
a { background-color: #022466; }
a { background-color: rgb(2,36,102); }
div.DivClassName
{
background-color: #022466;
}
.BgClassName
{
background-color: #022466;
}
</style>
border-color css
<style>
span { border-color: #022466; }
span { border-color: rgb(2,36,102); }
td.TdClassName
{
border-color: #022466;
}
.TagClassName
{
border-color: #022466;
}
</style>