Shades of Navy Blue #144AF3
Tints of Navy Blue #144AF3
RGB
CMYK
RGB Variations
Color information
#144AF3 (or 0x144AF3) is known color: Navy Blue. HEX triplet: 14, 4A and F3. RGB value is (20,74,243). Sum of RGB (Red+Green+Blue) = 20+74+243=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 243 (95.31% from 255 or 72.11% from 337); Max value from RGB is 243 - color contains mainly: blue. Hex color #144AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #144AF3 is #EBB50C. Grayscale: #4C4C4C. Windows color (decimal): -15447309 or 15944212. OLE color: 15944212.
HSL color Cylindrical-coordinate representation of color #144AF3: hue angle of 225.47º 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 #144AF3 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 74 | 243 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.05 |
| HSL | 225.47º | 0.9% | 0.52% | - |
| HSV(B) | 225.47º | 0.92% | 0.95% | - |
| XYZ | 18.91 | 11.52 | 86.02 | - |
| YUV | 77.12 | 221.61 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 243 | 0.92 | 0.70 | 0 | 0.05 | 225.47 | 0.9 | 0.52 |
| Hex | 14 | 4A | F3 | 5C | 46 | 0 | 5 | E1 | 5A | 34 |
| Octal | 24 | 112 | 363 | 134 | 106 | 0 | 5 | 341 | 132 | 64 |
| Binary | 10100 | 1001010 | 11110011 | 1011100 | 1000110 | 0 | 101 | 11100001 | 1011010 | 110100 |
Color Harmonies of #144AF3
Complementary color
Monochromatic Colors of #144AF3
Black with #144AF3
Text Example
Text Example
White with #144AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144AF3; }
p { color: rgb(20,74,243); }
H1.HeaderClassName
{
color: #144AF3;
}
.AnyTagClassName
{
color: #144AF3;
}
</style>
background-color css
<style>
a { background-color: #144AF3; }
a { background-color: rgb(20,74,243); }
div.DivClassName
{
background-color: #144AF3;
}
.BgClassName
{
background-color: #144AF3;
}
</style>
border-color css
<style>
span { border-color: #144AF3; }
span { border-color: rgb(20,74,243); }
td.TdClassName
{
border-color: #144AF3;
}
.TagClassName
{
border-color: #144AF3;
}
</style>