Shades of Sapphire #021B7A
Tints of Sapphire #021B7A
RGB
CMYK
RGB Variations
Color information
#021B7A (or 0x021B7A) is known color: Sapphire. HEX triplet: 02, 1B and 7A. RGB value is (2,27,122). Sum of RGB (Red+Green+Blue) = 2+27+122=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 122 (48.05% from 255 or 80.79% from 151); Max value from RGB is 122 - color contains mainly: blue. Hex color #021B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B7A is #FDE485. Grayscale: #1D1D1D. Windows color (decimal): -16639110 or 8002306. OLE color: 8002306.
HSL color Cylindrical-coordinate representation of color #021B7A: hue angle of 227.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 #021B7A is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 27 | 122 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.52 |
| HSL | 227.5º | 0.97% | 0.24% | - |
| HSV(B) | 227.5º | 0.98% | 0.48% | - |
| XYZ | 3.93 | 2.2 | 18.63 | - |
| YUV | 30.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 122 | 0.98 | 0.78 | 0 | 0.52 | 227.5 | 0.97 | 0.24 |
| Hex | 2 | 1B | 7A | 62 | 4E | 0 | 34 | E4 | 61 | 18 |
| Octal | 2 | 33 | 172 | 142 | 116 | 0 | 64 | 344 | 141 | 30 |
| Binary | 10 | 11011 | 1111010 | 1100010 | 1001110 | 0 | 110100 | 11100100 | 1100001 | 11000 |
Color Harmonies of #021B7A
Complementary color
Monochromatic Colors of #021B7A
Black with #021B7A
Text Example
Text Example
White with #021B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B7A; }
p { color: rgb(2,27,122); }
H1.HeaderClassName
{
color: #021B7A;
}
.AnyTagClassName
{
color: #021B7A;
}
</style>
background-color css
<style>
a { background-color: #021B7A; }
a { background-color: rgb(2,27,122); }
div.DivClassName
{
background-color: #021B7A;
}
.BgClassName
{
background-color: #021B7A;
}
</style>
border-color css
<style>
span { border-color: #021B7A; }
span { border-color: rgb(2,27,122); }
td.TdClassName
{
border-color: #021B7A;
}
.TagClassName
{
border-color: #021B7A;
}
</style>