Shades of Sapphire #02144D
Tints of Sapphire #02144D
RGB
CMYK
RGB Variations
Color information
#02144D (or 0x02144D) is known color: Sapphire. HEX triplet: 02, 14 and 4D. RGB value is (2,20,77). Sum of RGB (Red+Green+Blue) = 2+20+77=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #02144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02144D is #FDEBB2. Grayscale: #141414. Windows color (decimal): -16640947 or 5051394. OLE color: 5051394.
HSL color Cylindrical-coordinate representation of color #02144D: hue angle of 225.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02144D is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 20 | 77 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.70 |
| HSL | 225.6º | 0.95% | 0.15% | - |
| HSV(B) | 225.6º | 0.97% | 0.3% | - |
| XYZ | 1.61 | 1.05 | 7.14 | - |
| YUV | 21.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 77 | 0.97 | 0.74 | 0 | 0.70 | 225.6 | 0.95 | 0.15 |
| Hex | 2 | 14 | 4D | 61 | 4A | 0 | 46 | E2 | 5F | F |
| Octal | 2 | 24 | 115 | 141 | 112 | 0 | 106 | 342 | 137 | 17 |
| Binary | 10 | 10100 | 1001101 | 1100001 | 1001010 | 0 | 1000110 | 11100010 | 1011111 | 1111 |
Color Harmonies of #02144D
Complementary color
Monochromatic Colors of #02144D
Black with #02144D
Text Example
Text Example
White with #02144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02144D; }
p { color: rgb(2,20,77); }
H1.HeaderClassName
{
color: #02144D;
}
.AnyTagClassName
{
color: #02144D;
}
</style>
background-color css
<style>
a { background-color: #02144D; }
a { background-color: rgb(2,20,77); }
div.DivClassName
{
background-color: #02144D;
}
.BgClassName
{
background-color: #02144D;
}
</style>
border-color css
<style>
span { border-color: #02144D; }
span { border-color: rgb(2,20,77); }
td.TdClassName
{
border-color: #02144D;
}
.TagClassName
{
border-color: #02144D;
}
</style>