Shades of Sapphire #021B5E
Tints of Sapphire #021B5E
RGB
CMYK
RGB Variations
Color information
#021B5E (or 0x021B5E) is known color: Sapphire. HEX triplet: 02, 1B and 5E. RGB value is (2,27,94). Sum of RGB (Red+Green+Blue) = 2+27+94=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #021B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B5E is #FDE4A1. Grayscale: #1A1A1A. Windows color (decimal): -16639138 or 6167298. OLE color: 6167298.
HSL color Cylindrical-coordinate representation of color #021B5E: hue angle of 223.7º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021B5E is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 2 | 27 | 94 | - |
CMYK | 0.98 | 0.71 | 0 | 0.63 |
HSL | 223.7º | 0.96% | 0.19% | - |
HSV(B) | 223.7º | 0.98% | 0.37% | - |
XYZ | 2.44 | 1.6 | 10.77 | - |
YUV | 27.16 | 165.72 | 110.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 27 | 94 | 0.98 | 0.71 | 0 | 0.63 | 223.7 | 0.96 | 0.19 |
Hex | 2 | 1B | 5E | 62 | 47 | 0 | 3F | E0 | 60 | 13 |
Octal | 2 | 33 | 136 | 142 | 107 | 0 | 77 | 340 | 140 | 23 |
Binary | 10 | 11011 | 1011110 | 1100010 | 1000111 | 0 | 111111 | 11100000 | 1100000 | 10011 |
Color Harmonies of #021B5E
Complementary color
Monochromatic Colors of #021B5E
Black with #021B5E
Text Example
Text Example
White with #021B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B5E; }
p { color: rgb(2,27,94); }
H1.HeaderClassName
{
color: #021B5E;
}
.AnyTagClassName
{
color: #021B5E;
}
</style>
background-color css
<style>
a { background-color: #021B5E; }
a { background-color: rgb(2,27,94); }
div.DivClassName
{
background-color: #021B5E;
}
.BgClassName
{
background-color: #021B5E;
}
</style>
border-color css
<style>
span { border-color: #021B5E; }
span { border-color: rgb(2,27,94); }
td.TdClassName
{
border-color: #021B5E;
}
.TagClassName
{
border-color: #021B5E;
}
</style>