Shades of Sapphire #021464
Tints of Sapphire #021464
RGB
CMYK
RGB Variations
Color information
#021464 (or 0x021464) is known color: Sapphire. HEX triplet: 02, 14 and 64. RGB value is (2,20,100). Sum of RGB (Red+Green+Blue) = 2+20+100=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 100 (39.45% from 255 or 81.97% from 122); Max value from RGB is 100 - color contains mainly: blue. Hex color #021464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021464 is #FDEB9B. Grayscale: #171717. Windows color (decimal): -16640924 or 6558722. OLE color: 6558722.
HSL color Cylindrical-coordinate representation of color #021464: hue angle of 228.98º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021464 is Cyan = 0.98, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 20 | 100 | - |
| CMYK | 0.98 | 0.8 | 0 | 0.61 |
| HSL | 228.98º | 0.96% | 0.2% | - |
| HSV(B) | 228.98º | 0.98% | 0.39% | - |
| XYZ | 2.58 | 1.43 | 12.2 | - |
| YUV | 23.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 100 | 0.98 | 0.8 | 0 | 0.61 | 228.98 | 0.96 | 0.2 |
| Hex | 2 | 14 | 64 | 62 | 50 | 0 | 3D | E5 | 60 | 14 |
| Octal | 2 | 24 | 144 | 142 | 120 | 0 | 75 | 345 | 140 | 24 |
| Binary | 10 | 10100 | 1100100 | 1100010 | 1010000 | 0 | 111101 | 11100101 | 1100000 | 10100 |
Color Harmonies of #021464
Complementary color
Monochromatic Colors of #021464
Black with #021464
Text Example
Text Example
White with #021464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021464; }
p { color: rgb(2,20,100); }
H1.HeaderClassName
{
color: #021464;
}
.AnyTagClassName
{
color: #021464;
}
</style>
background-color css
<style>
a { background-color: #021464; }
a { background-color: rgb(2,20,100); }
div.DivClassName
{
background-color: #021464;
}
.BgClassName
{
background-color: #021464;
}
</style>
border-color css
<style>
span { border-color: #021464; }
span { border-color: rgb(2,20,100); }
td.TdClassName
{
border-color: #021464;
}
.TagClassName
{
border-color: #021464;
}
</style>