Shades of Sapphire #022A6B
Tints of Sapphire #022A6B
RGB
CMYK
RGB Variations
Color information
#022A6B (or 0x022A6B) is known color: Sapphire. HEX triplet: 02, 2A and 6B. RGB value is (2,42,107). Sum of RGB (Red+Green+Blue) = 2+42+107=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #022A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A6B is #FDD594. Grayscale: #252525. Windows color (decimal): -16635285 or 7023106. OLE color: 7023106.
HSL color Cylindrical-coordinate representation of color #022A6B: hue angle of 217.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A6B is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 42 | 107 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.58 |
| HSL | 217.14º | 0.96% | 0.21% | - |
| HSV(B) | 217.14º | 0.98% | 0.42% | - |
| XYZ | 3.51 | 2.73 | 14.25 | - |
| YUV | 37.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 107 | 0.98 | 0.61 | 0 | 0.58 | 217.14 | 0.96 | 0.21 |
| Hex | 2 | 2A | 6B | 62 | 3D | 0 | 3A | D9 | 60 | 15 |
| Octal | 2 | 52 | 153 | 142 | 75 | 0 | 72 | 331 | 140 | 25 |
| Binary | 10 | 101010 | 1101011 | 1100010 | 111101 | 0 | 111010 | 11011001 | 1100000 | 10101 |
Color Harmonies of #022A6B
Complementary color
Monochromatic Colors of #022A6B
Black with #022A6B
Text Example
Text Example
White with #022A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A6B; }
p { color: rgb(2,42,107); }
H1.HeaderClassName
{
color: #022A6B;
}
.AnyTagClassName
{
color: #022A6B;
}
</style>
background-color css
<style>
a { background-color: #022A6B; }
a { background-color: rgb(2,42,107); }
div.DivClassName
{
background-color: #022A6B;
}
.BgClassName
{
background-color: #022A6B;
}
</style>
border-color css
<style>
span { border-color: #022A6B; }
span { border-color: rgb(2,42,107); }
td.TdClassName
{
border-color: #022A6B;
}
.TagClassName
{
border-color: #022A6B;
}
</style>