Shades of Sapphire #021A6E
Tints of Sapphire #021A6E
RGB
CMYK
RGB Variations
Color information
#021A6E (or 0x021A6E) is known color: Sapphire. HEX triplet: 02, 1A and 6E. RGB value is (2,26,110). Sum of RGB (Red+Green+Blue) = 2+26+110=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 110 (43.36% from 255 or 79.71% from 138); Max value from RGB is 110 - color contains mainly: blue. Hex color #021A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A6E is #FDE591. Grayscale: #1C1C1C. Windows color (decimal): -16639378 or 7215618. OLE color: 7215618.
HSL color Cylindrical-coordinate representation of color #021A6E: hue angle of 226.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A6E is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 26 | 110 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.57 |
| HSL | 226.67º | 0.96% | 0.22% | - |
| HSV(B) | 226.67º | 0.98% | 0.43% | - |
| XYZ | 3.21 | 1.88 | 14.95 | - |
| YUV | 28.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 110 | 0.98 | 0.76 | 0 | 0.57 | 226.67 | 0.96 | 0.22 |
| Hex | 2 | 1A | 6E | 62 | 4C | 0 | 39 | E3 | 60 | 16 |
| Octal | 2 | 32 | 156 | 142 | 114 | 0 | 71 | 343 | 140 | 26 |
| Binary | 10 | 11010 | 1101110 | 1100010 | 1001100 | 0 | 111001 | 11100011 | 1100000 | 10110 |
Color Harmonies of #021A6E
Complementary color
Monochromatic Colors of #021A6E
Black with #021A6E
Text Example
Text Example
White with #021A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A6E; }
p { color: rgb(2,26,110); }
H1.HeaderClassName
{
color: #021A6E;
}
.AnyTagClassName
{
color: #021A6E;
}
</style>
background-color css
<style>
a { background-color: #021A6E; }
a { background-color: rgb(2,26,110); }
div.DivClassName
{
background-color: #021A6E;
}
.BgClassName
{
background-color: #021A6E;
}
</style>
border-color css
<style>
span { border-color: #021A6E; }
span { border-color: rgb(2,26,110); }
td.TdClassName
{
border-color: #021A6E;
}
.TagClassName
{
border-color: #021A6E;
}
</style>