Shades of Navy Blue #144FF6
Tints of Navy Blue #144FF6
RGB
CMYK
RGB Variations
Color information
#144FF6 (or 0x144FF6) is known color: Navy Blue. HEX triplet: 14, 4F and F6. RGB value is (20,79,246). Sum of RGB (Red+Green+Blue) = 20+79+246=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #144FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FF6 is #EBB009. Grayscale: #4F4F4F. Windows color (decimal): -15446026 or 16142100. OLE color: 16142100.
HSL color Cylindrical-coordinate representation of color #144FF6: hue angle of 224.34º 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 #144FF6 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 79 | 246 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.04 |
| HSL | 224.34º | 0.93% | 0.52% | - |
| HSV(B) | 224.34º | 0.92% | 0.96% | - |
| XYZ | 19.72 | 12.39 | 88.54 | - |
| YUV | 80.4 | 221.45 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 246 | 0.92 | 0.68 | 0 | 0.04 | 224.34 | 0.93 | 0.52 |
| Hex | 14 | 4F | F6 | 5C | 44 | 0 | 4 | E0 | 5D | 34 |
| Octal | 24 | 117 | 366 | 134 | 104 | 0 | 4 | 340 | 135 | 64 |
| Binary | 10100 | 1001111 | 11110110 | 1011100 | 1000100 | 0 | 100 | 11100000 | 1011101 | 110100 |
Color Harmonies of #144FF6
Complementary color
Monochromatic Colors of #144FF6
Black with #144FF6
Text Example
Text Example
White with #144FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FF6; }
p { color: rgb(20,79,246); }
H1.HeaderClassName
{
color: #144FF6;
}
.AnyTagClassName
{
color: #144FF6;
}
</style>
background-color css
<style>
a { background-color: #144FF6; }
a { background-color: rgb(20,79,246); }
div.DivClassName
{
background-color: #144FF6;
}
.BgClassName
{
background-color: #144FF6;
}
</style>
border-color css
<style>
span { border-color: #144FF6; }
span { border-color: rgb(20,79,246); }
td.TdClassName
{
border-color: #144FF6;
}
.TagClassName
{
border-color: #144FF6;
}
</style>