Shades of Sapphire #02144E
Tints of Sapphire #02144E
RGB
CMYK
RGB Variations
Color information
#02144E (or 0x02144E) is known color: Sapphire. HEX triplet: 02, 14 and 4E. RGB value is (2,20,78). Sum of RGB (Red+Green+Blue) = 2+20+78=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #02144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02144E is #FDEBB1. Grayscale: #141414. Windows color (decimal): -16640946 or 5116930. OLE color: 5116930.
HSL color Cylindrical-coordinate representation of color #02144E: hue angle of 225.79º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02144E is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 20 | 78 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.69 |
| HSL | 225.79º | 0.95% | 0.16% | - |
| HSV(B) | 225.79º | 0.97% | 0.31% | - |
| XYZ | 1.65 | 1.06 | 7.33 | - |
| YUV | 21.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 78 | 0.97 | 0.74 | 0 | 0.69 | 225.79 | 0.95 | 0.16 |
| Hex | 2 | 14 | 4E | 61 | 4A | 0 | 45 | E2 | 5F | 10 |
| Octal | 2 | 24 | 116 | 141 | 112 | 0 | 105 | 342 | 137 | 20 |
| Binary | 10 | 10100 | 1001110 | 1100001 | 1001010 | 0 | 1000101 | 11100010 | 1011111 | 10000 |
Color Harmonies of #02144E
Complementary color
Monochromatic Colors of #02144E
Black with #02144E
Text Example
Text Example
White with #02144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02144E; }
p { color: rgb(2,20,78); }
H1.HeaderClassName
{
color: #02144E;
}
.AnyTagClassName
{
color: #02144E;
}
</style>
background-color css
<style>
a { background-color: #02144E; }
a { background-color: rgb(2,20,78); }
div.DivClassName
{
background-color: #02144E;
}
.BgClassName
{
background-color: #02144E;
}
</style>
border-color css
<style>
span { border-color: #02144E; }
span { border-color: rgb(2,20,78); }
td.TdClassName
{
border-color: #02144E;
}
.TagClassName
{
border-color: #02144E;
}
</style>