Shades of Sapphire #021B7E
Tints of Sapphire #021B7E
RGB
CMYK
RGB Variations
Color information
#021B7E (or 0x021B7E) is known color: Sapphire. HEX triplet: 02, 1B and 7E. RGB value is (2,27,126). Sum of RGB (Red+Green+Blue) = 2+27+126=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 126 (49.61% from 255 or 81.29% from 155); Max value from RGB is 126 - color contains mainly: blue. Hex color #021B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B7E is #FDE481. Grayscale: #1E1E1E. Windows color (decimal): -16639106 or 8264450. OLE color: 8264450.
HSL color Cylindrical-coordinate representation of color #021B7E: hue angle of 227.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B7E is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 27 | 126 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.51 |
| HSL | 227.9º | 0.97% | 0.25% | - |
| HSV(B) | 227.9º | 0.98% | 0.49% | - |
| XYZ | 4.18 | 2.3 | 19.96 | - |
| YUV | 30.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 126 | 0.98 | 0.79 | 0 | 0.51 | 227.9 | 0.97 | 0.25 |
| Hex | 2 | 1B | 7E | 62 | 4F | 0 | 33 | E4 | 61 | 19 |
| Octal | 2 | 33 | 176 | 142 | 117 | 0 | 63 | 344 | 141 | 31 |
| Binary | 10 | 11011 | 1111110 | 1100010 | 1001111 | 0 | 110011 | 11100100 | 1100001 | 11001 |
Color Harmonies of #021B7E
Complementary color
Monochromatic Colors of #021B7E
Black with #021B7E
Text Example
Text Example
White with #021B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B7E; }
p { color: rgb(2,27,126); }
H1.HeaderClassName
{
color: #021B7E;
}
.AnyTagClassName
{
color: #021B7E;
}
</style>
background-color css
<style>
a { background-color: #021B7E; }
a { background-color: rgb(2,27,126); }
div.DivClassName
{
background-color: #021B7E;
}
.BgClassName
{
background-color: #021B7E;
}
</style>
border-color css
<style>
span { border-color: #021B7E; }
span { border-color: rgb(2,27,126); }
td.TdClassName
{
border-color: #021B7E;
}
.TagClassName
{
border-color: #021B7E;
}
</style>