Shades of Navy Blue #144FF2
Tints of Navy Blue #144FF2
RGB
CMYK
RGB Variations
Color information
#144FF2 (or 0x144FF2) is known color: Navy Blue. HEX triplet: 14, 4F and F2. RGB value is (20,79,242). Sum of RGB (Red+Green+Blue) = 20+79+242=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #144FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FF2 is #EBB00D. Grayscale: #4F4F4F. Windows color (decimal): -15446030 or 15879956. OLE color: 15879956.
HSL color Cylindrical-coordinate representation of color #144FF2: hue angle of 224.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144FF2 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 79 | 242 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.05 |
| HSL | 224.05º | 0.9% | 0.51% | - |
| HSV(B) | 224.05º | 0.92% | 0.95% | - |
| XYZ | 19.11 | 12.15 | 85.34 | - |
| YUV | 79.94 | 219.45 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 242 | 0.92 | 0.67 | 0 | 0.05 | 224.05 | 0.9 | 0.51 |
| Hex | 14 | 4F | F2 | 5C | 43 | 0 | 5 | E0 | 5A | 33 |
| Octal | 24 | 117 | 362 | 134 | 103 | 0 | 5 | 340 | 132 | 63 |
| Binary | 10100 | 1001111 | 11110010 | 1011100 | 1000011 | 0 | 101 | 11100000 | 1011010 | 110011 |
Color Harmonies of #144FF2
Complementary color
Monochromatic Colors of #144FF2
Black with #144FF2
Text Example
Text Example
White with #144FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FF2; }
p { color: rgb(20,79,242); }
H1.HeaderClassName
{
color: #144FF2;
}
.AnyTagClassName
{
color: #144FF2;
}
</style>
background-color css
<style>
a { background-color: #144FF2; }
a { background-color: rgb(20,79,242); }
div.DivClassName
{
background-color: #144FF2;
}
.BgClassName
{
background-color: #144FF2;
}
</style>
border-color css
<style>
span { border-color: #144FF2; }
span { border-color: rgb(20,79,242); }
td.TdClassName
{
border-color: #144FF2;
}
.TagClassName
{
border-color: #144FF2;
}
</style>