Shades of Sapphire #021A7C
Tints of Sapphire #021A7C
RGB
CMYK
RGB Variations
Color information
#021A7C (or 0x021A7C) is known color: Sapphire. HEX triplet: 02, 1A and 7C. RGB value is (2,26,124). Sum of RGB (Red+Green+Blue) = 2+26+124=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #021A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A7C is #FDE583. Grayscale: #1D1D1D. Windows color (decimal): -16639364 or 8133122. OLE color: 8133122.
HSL color Cylindrical-coordinate representation of color #021A7C: hue angle of 228.2º 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 #021A7C is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 26 | 124 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.51 |
| HSL | 228.2º | 0.97% | 0.25% | - |
| HSV(B) | 228.2º | 0.98% | 0.49% | - |
| XYZ | 4.03 | 2.21 | 19.28 | - |
| YUV | 30 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 124 | 0.98 | 0.79 | 0 | 0.51 | 228.2 | 0.97 | 0.25 |
| Hex | 2 | 1A | 7C | 62 | 4F | 0 | 33 | E4 | 61 | 19 |
| Octal | 2 | 32 | 174 | 142 | 117 | 0 | 63 | 344 | 141 | 31 |
| Binary | 10 | 11010 | 1111100 | 1100010 | 1001111 | 0 | 110011 | 11100100 | 1100001 | 11001 |
Color Harmonies of #021A7C
Complementary color
Monochromatic Colors of #021A7C
Black with #021A7C
Text Example
Text Example
White with #021A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A7C; }
p { color: rgb(2,26,124); }
H1.HeaderClassName
{
color: #021A7C;
}
.AnyTagClassName
{
color: #021A7C;
}
</style>
background-color css
<style>
a { background-color: #021A7C; }
a { background-color: rgb(2,26,124); }
div.DivClassName
{
background-color: #021A7C;
}
.BgClassName
{
background-color: #021A7C;
}
</style>
border-color css
<style>
span { border-color: #021A7C; }
span { border-color: rgb(2,26,124); }
td.TdClassName
{
border-color: #021A7C;
}
.TagClassName
{
border-color: #021A7C;
}
</style>