Shades of Navy Blue #144FF3
Tints of Navy Blue #144FF3
RGB
CMYK
RGB Variations
Color information
#144FF3 (or 0x144FF3) is known color: Navy Blue. HEX triplet: 14, 4F and F3. RGB value is (20,79,243). Sum of RGB (Red+Green+Blue) = 20+79+243=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #144FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144FF3 is #EBB00C. Grayscale: #4F4F4F. Windows color (decimal): -15446029 or 15945492. OLE color: 15945492.
HSL color Cylindrical-coordinate representation of color #144FF3: hue angle of 224.13º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #144FF3 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 79 | 243 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.05 |
| HSL | 224.13º | 0.9% | 0.52% | - |
| HSV(B) | 224.13º | 0.92% | 0.95% | - |
| XYZ | 19.26 | 12.21 | 86.14 | - |
| YUV | 80.06 | 219.95 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 243 | 0.92 | 0.67 | 0 | 0.05 | 224.13 | 0.9 | 0.52 |
| Hex | 14 | 4F | F3 | 5C | 43 | 0 | 5 | E0 | 5A | 34 |
| Octal | 24 | 117 | 363 | 134 | 103 | 0 | 5 | 340 | 132 | 64 |
| Binary | 10100 | 1001111 | 11110011 | 1011100 | 1000011 | 0 | 101 | 11100000 | 1011010 | 110100 |
Color Harmonies of #144FF3
Complementary color
Monochromatic Colors of #144FF3
Black with #144FF3
Text Example
Text Example
White with #144FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FF3; }
p { color: rgb(20,79,243); }
H1.HeaderClassName
{
color: #144FF3;
}
.AnyTagClassName
{
color: #144FF3;
}
</style>
background-color css
<style>
a { background-color: #144FF3; }
a { background-color: rgb(20,79,243); }
div.DivClassName
{
background-color: #144FF3;
}
.BgClassName
{
background-color: #144FF3;
}
</style>
border-color css
<style>
span { border-color: #144FF3; }
span { border-color: rgb(20,79,243); }
td.TdClassName
{
border-color: #144FF3;
}
.TagClassName
{
border-color: #144FF3;
}
</style>