Shades of Sapphire #021A7D
Tints of Sapphire #021A7D
RGB
CMYK
RGB Variations
Color information
#021A7D (or 0x021A7D) is known color: Sapphire. HEX triplet: 02, 1A and 7D. RGB value is (2,26,125). Sum of RGB (Red+Green+Blue) = 2+26+125=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 125 (49.22% from 255 or 81.70% from 153); Max value from RGB is 125 - color contains mainly: blue. Hex color #021A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A7D is #FDE582. Grayscale: #1D1D1D. Windows color (decimal): -16639363 or 8198658. OLE color: 8198658.
HSL color Cylindrical-coordinate representation of color #021A7D: hue angle of 228.29º 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 #021A7D is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 26 | 125 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.51 |
| HSL | 228.29º | 0.97% | 0.25% | - |
| HSV(B) | 228.29º | 0.98% | 0.49% | - |
| XYZ | 4.1 | 2.23 | 19.62 | - |
| YUV | 30.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 125 | 0.98 | 0.79 | 0 | 0.51 | 228.29 | 0.97 | 0.25 |
| Hex | 2 | 1A | 7D | 62 | 4F | 0 | 33 | E4 | 61 | 19 |
| Octal | 2 | 32 | 175 | 142 | 117 | 0 | 63 | 344 | 141 | 31 |
| Binary | 10 | 11010 | 1111101 | 1100010 | 1001111 | 0 | 110011 | 11100100 | 1100001 | 11001 |
Color Harmonies of #021A7D
Complementary color
Monochromatic Colors of #021A7D
Black with #021A7D
Text Example
Text Example
White with #021A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A7D; }
p { color: rgb(2,26,125); }
H1.HeaderClassName
{
color: #021A7D;
}
.AnyTagClassName
{
color: #021A7D;
}
</style>
background-color css
<style>
a { background-color: #021A7D; }
a { background-color: rgb(2,26,125); }
div.DivClassName
{
background-color: #021A7D;
}
.BgClassName
{
background-color: #021A7D;
}
</style>
border-color css
<style>
span { border-color: #021A7D; }
span { border-color: rgb(2,26,125); }
td.TdClassName
{
border-color: #021A7D;
}
.TagClassName
{
border-color: #021A7D;
}
</style>