Shades of Navy Blue #145FF0
Tints of Navy Blue #145FF0
RGB
CMYK
RGB Variations
Color information
#145FF0 (or 0x145FF0) is known color: Navy Blue. HEX triplet: 14, 5F and F0. RGB value is (20,95,240). Sum of RGB (Red+Green+Blue) = 20+95+240=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #145FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FF0 is #EBA00F. Grayscale: #585858. Windows color (decimal): -15441936 or 15752980. OLE color: 15752980.
HSL color Cylindrical-coordinate representation of color #145FF0: hue angle of 219.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FF0 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 95 | 240 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.06 |
| HSL | 219.55º | 0.88% | 0.51% | - |
| HSV(B) | 219.55º | 0.92% | 0.94% | - |
| XYZ | 20.11 | 14.62 | 84.2 | - |
| YUV | 89.11 | 213.15 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 240 | 0.92 | 0.60 | 0 | 0.06 | 219.55 | 0.88 | 0.51 |
| Hex | 14 | 5F | F0 | 5C | 3C | 0 | 6 | DC | 58 | 33 |
| Octal | 24 | 137 | 360 | 134 | 74 | 0 | 6 | 334 | 130 | 63 |
| Binary | 10100 | 1011111 | 11110000 | 1011100 | 111100 | 0 | 110 | 11011100 | 1011000 | 110011 |
Color Harmonies of #145FF0
Complementary color
Monochromatic Colors of #145FF0
Black with #145FF0
Text Example
Text Example
White with #145FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FF0; }
p { color: rgb(20,95,240); }
H1.HeaderClassName
{
color: #145FF0;
}
.AnyTagClassName
{
color: #145FF0;
}
</style>
background-color css
<style>
a { background-color: #145FF0; }
a { background-color: rgb(20,95,240); }
div.DivClassName
{
background-color: #145FF0;
}
.BgClassName
{
background-color: #145FF0;
}
</style>
border-color css
<style>
span { border-color: #145FF0; }
span { border-color: rgb(20,95,240); }
td.TdClassName
{
border-color: #145FF0;
}
.TagClassName
{
border-color: #145FF0;
}
</style>