Shades of Navy Blue #145FF5
Tints of Navy Blue #145FF5
RGB
CMYK
RGB Variations
Color information
#145FF5 (or 0x145FF5) is known color: Navy Blue. HEX triplet: 14, 5F and F5. RGB value is (20,95,245). Sum of RGB (Red+Green+Blue) = 20+95+245=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 245 (96.09% from 255 or 68.06% from 360); Max value from RGB is 245 - color contains mainly: blue. Hex color #145FF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FF5 is #EBA00A. Grayscale: #595959. Windows color (decimal): -15441931 or 16080660. OLE color: 16080660.
HSL color Cylindrical-coordinate representation of color #145FF5: hue angle of 220º degrees, saturation: 0.92, 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 #145FF5 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 95 | 245 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.04 |
| HSL | 220º | 0.92% | 0.52% | - |
| HSV(B) | 220º | 0.92% | 0.96% | - |
| XYZ | 20.86 | 14.93 | 88.17 | - |
| YUV | 89.68 | 215.65 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 245 | 0.92 | 0.61 | 0 | 0.04 | 220 | 0.92 | 0.52 |
| Hex | 14 | 5F | F5 | 5C | 3D | 0 | 4 | DC | 5C | 34 |
| Octal | 24 | 137 | 365 | 134 | 75 | 0 | 4 | 334 | 134 | 64 |
| Binary | 10100 | 1011111 | 11110101 | 1011100 | 111101 | 0 | 100 | 11011100 | 1011100 | 110100 |
Color Harmonies of #145FF5
Complementary color
Monochromatic Colors of #145FF5
Black with #145FF5
Text Example
Text Example
White with #145FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FF5; }
p { color: rgb(20,95,245); }
H1.HeaderClassName
{
color: #145FF5;
}
.AnyTagClassName
{
color: #145FF5;
}
</style>
background-color css
<style>
a { background-color: #145FF5; }
a { background-color: rgb(20,95,245); }
div.DivClassName
{
background-color: #145FF5;
}
.BgClassName
{
background-color: #145FF5;
}
</style>
border-color css
<style>
span { border-color: #145FF5; }
span { border-color: rgb(20,95,245); }
td.TdClassName
{
border-color: #145FF5;
}
.TagClassName
{
border-color: #145FF5;
}
</style>