Shades of Sapphire #022964
Tints of Sapphire #022964
RGB
CMYK
RGB Variations
Color information
#022964 (or 0x022964) is known color: Sapphire. HEX triplet: 02, 29 and 64. RGB value is (2,41,100). Sum of RGB (Red+Green+Blue) = 2+41+100=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 100 (39.45% from 255 or 69.93% from 143); Max value from RGB is 100 - color contains mainly: blue. Hex color #022964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022964 is #FDD69B. Grayscale: #232323. Windows color (decimal): -16635548 or 6564098. OLE color: 6564098.
HSL color Cylindrical-coordinate representation of color #022964: hue angle of 216.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022964 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 41 | 100 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.61 |
| HSL | 216.12º | 0.96% | 0.2% | - |
| HSV(B) | 216.12º | 0.98% | 0.39% | - |
| XYZ | 3.12 | 2.52 | 12.38 | - |
| YUV | 36.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 100 | 0.98 | 0.59 | 0 | 0.61 | 216.12 | 0.96 | 0.2 |
| Hex | 2 | 29 | 64 | 62 | 3B | 0 | 3D | D8 | 60 | 14 |
| Octal | 2 | 51 | 144 | 142 | 73 | 0 | 75 | 330 | 140 | 24 |
| Binary | 10 | 101001 | 1100100 | 1100010 | 111011 | 0 | 111101 | 11011000 | 1100000 | 10100 |
Color Harmonies of #022964
Complementary color
Monochromatic Colors of #022964
Black with #022964
Text Example
Text Example
White with #022964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022964; }
p { color: rgb(2,41,100); }
H1.HeaderClassName
{
color: #022964;
}
.AnyTagClassName
{
color: #022964;
}
</style>
background-color css
<style>
a { background-color: #022964; }
a { background-color: rgb(2,41,100); }
div.DivClassName
{
background-color: #022964;
}
.BgClassName
{
background-color: #022964;
}
</style>
border-color css
<style>
span { border-color: #022964; }
span { border-color: rgb(2,41,100); }
td.TdClassName
{
border-color: #022964;
}
.TagClassName
{
border-color: #022964;
}
</style>