Shades of Sapphire #022A6D
Tints of Sapphire #022A6D
RGB
CMYK
RGB Variations
Color information
#022A6D (or 0x022A6D) is known color: Sapphire. HEX triplet: 02, 2A and 6D. RGB value is (2,42,109). Sum of RGB (Red+Green+Blue) = 2+42+109=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #022A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A6D is #FDD592. Grayscale: #252525. Windows color (decimal): -16635283 or 7154178. OLE color: 7154178.
HSL color Cylindrical-coordinate representation of color #022A6D: hue angle of 217.57º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A6D is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 42 | 109 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.57 |
| HSL | 217.57º | 0.96% | 0.22% | - |
| HSV(B) | 217.57º | 0.98% | 0.43% | - |
| XYZ | 3.61 | 2.77 | 14.81 | - |
| YUV | 37.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 109 | 0.98 | 0.61 | 0 | 0.57 | 217.57 | 0.96 | 0.22 |
| Hex | 2 | 2A | 6D | 62 | 3D | 0 | 39 | DA | 60 | 16 |
| Octal | 2 | 52 | 155 | 142 | 75 | 0 | 71 | 332 | 140 | 26 |
| Binary | 10 | 101010 | 1101101 | 1100010 | 111101 | 0 | 111001 | 11011010 | 1100000 | 10110 |
Color Harmonies of #022A6D
Complementary color
Monochromatic Colors of #022A6D
Black with #022A6D
Text Example
Text Example
White with #022A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A6D; }
p { color: rgb(2,42,109); }
H1.HeaderClassName
{
color: #022A6D;
}
.AnyTagClassName
{
color: #022A6D;
}
</style>
background-color css
<style>
a { background-color: #022A6D; }
a { background-color: rgb(2,42,109); }
div.DivClassName
{
background-color: #022A6D;
}
.BgClassName
{
background-color: #022A6D;
}
</style>
border-color css
<style>
span { border-color: #022A6D; }
span { border-color: rgb(2,42,109); }
td.TdClassName
{
border-color: #022A6D;
}
.TagClassName
{
border-color: #022A6D;
}
</style>