Shades of Sapphire #022D7A
Tints of Sapphire #022D7A
RGB
CMYK
RGB Variations
Color information
#022D7A (or 0x022D7A) is known color: Sapphire. HEX triplet: 02, 2D and 7A. RGB value is (2,45,122). Sum of RGB (Red+Green+Blue) = 2+45+122=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #022D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D7A is #FDD285. Grayscale: #282828. Windows color (decimal): -16634502 or 8006914. OLE color: 8006914.
HSL color Cylindrical-coordinate representation of color #022D7A: hue angle of 218.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022D7A is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 45 | 122 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.52 |
| HSL | 218.5º | 0.97% | 0.24% | - |
| HSV(B) | 218.5º | 0.98% | 0.48% | - |
| XYZ | 4.48 | 3.29 | 18.81 | - |
| YUV | 40.92 | 173.75 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 122 | 0.98 | 0.63 | 0 | 0.52 | 218.5 | 0.97 | 0.24 |
| Hex | 2 | 2D | 7A | 62 | 3F | 0 | 34 | DA | 61 | 18 |
| Octal | 2 | 55 | 172 | 142 | 77 | 0 | 64 | 332 | 141 | 30 |
| Binary | 10 | 101101 | 1111010 | 1100010 | 111111 | 0 | 110100 | 11011010 | 1100001 | 11000 |
Color Harmonies of #022D7A
Complementary color
Monochromatic Colors of #022D7A
Black with #022D7A
Text Example
Text Example
White with #022D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D7A; }
p { color: rgb(2,45,122); }
H1.HeaderClassName
{
color: #022D7A;
}
.AnyTagClassName
{
color: #022D7A;
}
</style>
background-color css
<style>
a { background-color: #022D7A; }
a { background-color: rgb(2,45,122); }
div.DivClassName
{
background-color: #022D7A;
}
.BgClassName
{
background-color: #022D7A;
}
</style>
border-color css
<style>
span { border-color: #022D7A; }
span { border-color: rgb(2,45,122); }
td.TdClassName
{
border-color: #022D7A;
}
.TagClassName
{
border-color: #022D7A;
}
</style>