Shades of Navy Blue #144DF6
Tints of Navy Blue #144DF6
RGB
CMYK
RGB Variations
Color information
#144DF6 (or 0x144DF6) is known color: Navy Blue. HEX triplet: 14, 4D and F6. RGB value is (20,77,246). Sum of RGB (Red+Green+Blue) = 20+77+246=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 246 (96.48% from 255 or 71.72% from 343); Max value from RGB is 246 - color contains mainly: blue. Hex color #144DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DF6 is #EBB209. Grayscale: #4E4E4E. Windows color (decimal): -15446538 or 16141588. OLE color: 16141588.
HSL color Cylindrical-coordinate representation of color #144DF6: hue angle of 224.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144DF6 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 77 | 246 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.04 |
| HSL | 224.87º | 0.93% | 0.52% | - |
| HSV(B) | 224.87º | 0.92% | 0.96% | - |
| XYZ | 19.58 | 12.11 | 88.49 | - |
| YUV | 79.22 | 222.12 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 246 | 0.92 | 0.69 | 0 | 0.04 | 224.87 | 0.93 | 0.52 |
| Hex | 14 | 4D | F6 | 5C | 45 | 0 | 4 | E1 | 5D | 34 |
| Octal | 24 | 115 | 366 | 134 | 105 | 0 | 4 | 341 | 135 | 64 |
| Binary | 10100 | 1001101 | 11110110 | 1011100 | 1000101 | 0 | 100 | 11100001 | 1011101 | 110100 |
Color Harmonies of #144DF6
Complementary color
Monochromatic Colors of #144DF6
Black with #144DF6
Text Example
Text Example
White with #144DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DF6; }
p { color: rgb(20,77,246); }
H1.HeaderClassName
{
color: #144DF6;
}
.AnyTagClassName
{
color: #144DF6;
}
</style>
background-color css
<style>
a { background-color: #144DF6; }
a { background-color: rgb(20,77,246); }
div.DivClassName
{
background-color: #144DF6;
}
.BgClassName
{
background-color: #144DF6;
}
</style>
border-color css
<style>
span { border-color: #144DF6; }
span { border-color: rgb(20,77,246); }
td.TdClassName
{
border-color: #144DF6;
}
.TagClassName
{
border-color: #144DF6;
}
</style>