Shades of Navy Blue #045FE0
Tints of Navy Blue #045FE0
RGB
CMYK
RGB Variations
Color information
#045FE0 (or 0x045FE0) is known color: Navy Blue. HEX triplet: 04, 5F and E0. RGB value is (4,95,224). Sum of RGB (Red+Green+Blue) = 4+95+224=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #045FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FE0 is #FBA01F. Grayscale: #515151. Windows color (decimal): -16490528 or 14704388. OLE color: 14704388.
HSL color Cylindrical-coordinate representation of color #045FE0: hue angle of 215.18º degrees, saturation: 0.96, 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 #045FE0 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 95 | 224 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.12 |
| HSL | 215.18º | 0.96% | 0.45% | - |
| HSV(B) | 215.18º | 0.98% | 0.88% | - |
| XYZ | 17.6 | 13.59 | 72.22 | - |
| YUV | 82.5 | 207.85 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 224 | 0.98 | 0.58 | 0 | 0.12 | 215.18 | 0.96 | 0.45 |
| Hex | 4 | 5F | E0 | 62 | 3A | 0 | C | D7 | 60 | 2D |
| Octal | 4 | 137 | 340 | 142 | 72 | 0 | 14 | 327 | 140 | 55 |
| Binary | 100 | 1011111 | 11100000 | 1100010 | 111010 | 0 | 1100 | 11010111 | 1100000 | 101101 |
Color Harmonies of #045FE0
Complementary color
Monochromatic Colors of #045FE0
Black with #045FE0
Text Example
Text Example
White with #045FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FE0; }
p { color: rgb(4,95,224); }
H1.HeaderClassName
{
color: #045FE0;
}
.AnyTagClassName
{
color: #045FE0;
}
</style>
background-color css
<style>
a { background-color: #045FE0; }
a { background-color: rgb(4,95,224); }
div.DivClassName
{
background-color: #045FE0;
}
.BgClassName
{
background-color: #045FE0;
}
</style>
border-color css
<style>
span { border-color: #045FE0; }
span { border-color: rgb(4,95,224); }
td.TdClassName
{
border-color: #045FE0;
}
.TagClassName
{
border-color: #045FE0;
}
</style>