Shades of Navy Blue #045FE1
Tints of Navy Blue #045FE1
RGB
CMYK
RGB Variations
Color information
#045FE1 (or 0x045FE1) is known color: Navy Blue. HEX triplet: 04, 5F and E1. RGB value is (4,95,225). Sum of RGB (Red+Green+Blue) = 4+95+225=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #045FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FE1 is #FBA01E. Grayscale: #525252. Windows color (decimal): -16490527 or 14769924. OLE color: 14769924.
HSL color Cylindrical-coordinate representation of color #045FE1: hue angle of 215.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FE1 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 95 | 225 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.12 |
| HSL | 215.29º | 0.97% | 0.45% | - |
| HSV(B) | 215.29º | 0.98% | 0.88% | - |
| XYZ | 17.73 | 13.65 | 72.93 | - |
| YUV | 82.61 | 208.35 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 225 | 0.98 | 0.58 | 0 | 0.12 | 215.29 | 0.97 | 0.45 |
| Hex | 4 | 5F | E1 | 62 | 3A | 0 | C | D7 | 61 | 2D |
| Octal | 4 | 137 | 341 | 142 | 72 | 0 | 14 | 327 | 141 | 55 |
| Binary | 100 | 1011111 | 11100001 | 1100010 | 111010 | 0 | 1100 | 11010111 | 1100001 | 101101 |
Color Harmonies of #045FE1
Complementary color
Monochromatic Colors of #045FE1
Black with #045FE1
Text Example
Text Example
White with #045FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FE1; }
p { color: rgb(4,95,225); }
H1.HeaderClassName
{
color: #045FE1;
}
.AnyTagClassName
{
color: #045FE1;
}
</style>
background-color css
<style>
a { background-color: #045FE1; }
a { background-color: rgb(4,95,225); }
div.DivClassName
{
background-color: #045FE1;
}
.BgClassName
{
background-color: #045FE1;
}
</style>
border-color css
<style>
span { border-color: #045FE1; }
span { border-color: rgb(4,95,225); }
td.TdClassName
{
border-color: #045FE1;
}
.TagClassName
{
border-color: #045FE1;
}
</style>