Shades of Sapphire #022965
Tints of Sapphire #022965
RGB
CMYK
RGB Variations
Color information
#022965 (or 0x022965) is known color: Sapphire. HEX triplet: 02, 29 and 65. RGB value is (2,41,101). Sum of RGB (Red+Green+Blue) = 2+41+101=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 101 (39.84% from 255 or 70.14% from 144); Max value from RGB is 101 - color contains mainly: blue. Hex color #022965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022965 is #FDD69A. Grayscale: #232323. Windows color (decimal): -16635547 or 6629634. OLE color: 6629634.
HSL color Cylindrical-coordinate representation of color #022965: hue angle of 216.36º 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 #022965 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 41 | 101 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.60 |
| HSL | 216.36º | 0.96% | 0.2% | - |
| HSV(B) | 216.36º | 0.98% | 0.4% | - |
| XYZ | 3.17 | 2.54 | 12.63 | - |
| YUV | 36.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 101 | 0.98 | 0.59 | 0 | 0.60 | 216.36 | 0.96 | 0.2 |
| Hex | 2 | 29 | 65 | 62 | 3B | 0 | 3C | D8 | 60 | 14 |
| Octal | 2 | 51 | 145 | 142 | 73 | 0 | 74 | 330 | 140 | 24 |
| Binary | 10 | 101001 | 1100101 | 1100010 | 111011 | 0 | 111100 | 11011000 | 1100000 | 10100 |
Color Harmonies of #022965
Complementary color
Monochromatic Colors of #022965
Black with #022965
Text Example
Text Example
White with #022965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022965; }
p { color: rgb(2,41,101); }
H1.HeaderClassName
{
color: #022965;
}
.AnyTagClassName
{
color: #022965;
}
</style>
background-color css
<style>
a { background-color: #022965; }
a { background-color: rgb(2,41,101); }
div.DivClassName
{
background-color: #022965;
}
.BgClassName
{
background-color: #022965;
}
</style>
border-color css
<style>
span { border-color: #022965; }
span { border-color: rgb(2,41,101); }
td.TdClassName
{
border-color: #022965;
}
.TagClassName
{
border-color: #022965;
}
</style>