Shades of Navy Blue #144DF3
Tints of Navy Blue #144DF3
RGB
CMYK
RGB Variations
Color information
#144DF3 (or 0x144DF3) is known color: Navy Blue. HEX triplet: 14, 4D and F3. RGB value is (20,77,243). Sum of RGB (Red+Green+Blue) = 20+77+243=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #144DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #144DF3 is #EBB20C. Grayscale: #4E4E4E. Windows color (decimal): -15446541 or 15944980. OLE color: 15944980.
HSL color Cylindrical-coordinate representation of color #144DF3: hue angle of 224.66º 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 #144DF3 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 77 | 243 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.05 |
| HSL | 224.66º | 0.9% | 0.52% | - |
| HSV(B) | 224.66º | 0.92% | 0.95% | - |
| XYZ | 19.12 | 11.93 | 86.09 | - |
| YUV | 78.88 | 220.62 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 243 | 0.92 | 0.68 | 0 | 0.05 | 224.66 | 0.9 | 0.52 |
| Hex | 14 | 4D | F3 | 5C | 44 | 0 | 5 | E1 | 5A | 34 |
| Octal | 24 | 115 | 363 | 134 | 104 | 0 | 5 | 341 | 132 | 64 |
| Binary | 10100 | 1001101 | 11110011 | 1011100 | 1000100 | 0 | 101 | 11100001 | 1011010 | 110100 |
Color Harmonies of #144DF3
Complementary color
Monochromatic Colors of #144DF3
Black with #144DF3
Text Example
Text Example
White with #144DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144DF3; }
p { color: rgb(20,77,243); }
H1.HeaderClassName
{
color: #144DF3;
}
.AnyTagClassName
{
color: #144DF3;
}
</style>
background-color css
<style>
a { background-color: #144DF3; }
a { background-color: rgb(20,77,243); }
div.DivClassName
{
background-color: #144DF3;
}
.BgClassName
{
background-color: #144DF3;
}
</style>
border-color css
<style>
span { border-color: #144DF3; }
span { border-color: rgb(20,77,243); }
td.TdClassName
{
border-color: #144DF3;
}
.TagClassName
{
border-color: #144DF3;
}
</style>