Shades of Sapphire #022A69
Tints of Sapphire #022A69
RGB
CMYK
RGB Variations
Color information
#022A69 (or 0x022A69) is known color: Sapphire. HEX triplet: 02, 2A and 69. RGB value is (2,42,105). Sum of RGB (Red+Green+Blue) = 2+42+105=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #022A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A69 is #FDD596. Grayscale: #242424. Windows color (decimal): -16635287 or 6892034. OLE color: 6892034.
HSL color Cylindrical-coordinate representation of color #022A69: hue angle of 216.7º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A69 is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 42 | 105 | - |
| CMYK | 0.98 | 0.6 | 0 | 0.59 |
| HSL | 216.7º | 0.96% | 0.21% | - |
| HSV(B) | 216.7º | 0.98% | 0.41% | - |
| XYZ | 3.4 | 2.69 | 13.7 | - |
| YUV | 37.22 | 166.25 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 105 | 0.98 | 0.6 | 0 | 0.59 | 216.7 | 0.96 | 0.21 |
| Hex | 2 | 2A | 69 | 62 | 3C | 0 | 3B | D9 | 60 | 15 |
| Octal | 2 | 52 | 151 | 142 | 74 | 0 | 73 | 331 | 140 | 25 |
| Binary | 10 | 101010 | 1101001 | 1100010 | 111100 | 0 | 111011 | 11011001 | 1100000 | 10101 |
Color Harmonies of #022A69
Complementary color
Monochromatic Colors of #022A69
Black with #022A69
Text Example
Text Example
White with #022A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A69; }
p { color: rgb(2,42,105); }
H1.HeaderClassName
{
color: #022A69;
}
.AnyTagClassName
{
color: #022A69;
}
</style>
background-color css
<style>
a { background-color: #022A69; }
a { background-color: rgb(2,42,105); }
div.DivClassName
{
background-color: #022A69;
}
.BgClassName
{
background-color: #022A69;
}
</style>
border-color css
<style>
span { border-color: #022A69; }
span { border-color: rgb(2,42,105); }
td.TdClassName
{
border-color: #022A69;
}
.TagClassName
{
border-color: #022A69;
}
</style>