Shades of Sapphire #021454
Tints of Sapphire #021454
RGB
CMYK
RGB Variations
Color information
#021454 (or 0x021454) is known color: Sapphire. HEX triplet: 02, 14 and 54. RGB value is (2,20,84). Sum of RGB (Red+Green+Blue) = 2+20+84=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #021454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021454 is #FDEBAB. Grayscale: #151515. Windows color (decimal): -16640940 or 5510146. OLE color: 5510146.
HSL color Cylindrical-coordinate representation of color #021454: hue angle of 226.83º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021454 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 20 | 84 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.67 |
| HSL | 226.83º | 0.95% | 0.17% | - |
| HSV(B) | 226.83º | 0.98% | 0.33% | - |
| XYZ | 1.88 | 1.15 | 8.51 | - |
| YUV | 21.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 84 | 0.98 | 0.76 | 0 | 0.67 | 226.83 | 0.95 | 0.17 |
| Hex | 2 | 14 | 54 | 62 | 4C | 0 | 43 | E3 | 5F | 11 |
| Octal | 2 | 24 | 124 | 142 | 114 | 0 | 103 | 343 | 137 | 21 |
| Binary | 10 | 10100 | 1010100 | 1100010 | 1001100 | 0 | 1000011 | 11100011 | 1011111 | 10001 |
Color Harmonies of #021454
Complementary color
Monochromatic Colors of #021454
Black with #021454
Text Example
Text Example
White with #021454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021454; }
p { color: rgb(2,20,84); }
H1.HeaderClassName
{
color: #021454;
}
.AnyTagClassName
{
color: #021454;
}
</style>
background-color css
<style>
a { background-color: #021454; }
a { background-color: rgb(2,20,84); }
div.DivClassName
{
background-color: #021454;
}
.BgClassName
{
background-color: #021454;
}
</style>
border-color css
<style>
span { border-color: #021454; }
span { border-color: rgb(2,20,84); }
td.TdClassName
{
border-color: #021454;
}
.TagClassName
{
border-color: #021454;
}
</style>