Shades of Navy Blue #045FFE
Tints of Navy Blue #045FFE
RGB
CMYK
RGB Variations
Color information
#045FFE (or 0x045FFE) is known color: Navy Blue. HEX triplet: 04, 5F and FE. RGB value is (4,95,254). Sum of RGB (Red+Green+Blue) = 4+95+254=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #045FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FFE is #FBA001. Grayscale: #555555. Windows color (decimal): -16490498 or 16670468. OLE color: 16670468.
HSL color Cylindrical-coordinate representation of color #045FFE: hue angle of 218.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FFE is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 95 | 254 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.00 |
| HSL | 218.16º | 0.99% | 0.51% | - |
| HSV(B) | 218.16º | 0.98% | 1% | - |
| XYZ | 22.03 | 15.37 | 95.57 | - |
| YUV | 85.92 | 222.85 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 254 | 0.98 | 0.63 | 0 | 0.00 | 218.16 | 0.99 | 0.51 |
| Hex | 4 | 5F | FE | 62 | 3F | 0 | 0 | DA | 63 | 33 |
| Octal | 4 | 137 | 376 | 142 | 77 | 0 | 0 | 332 | 143 | 63 |
| Binary | 100 | 1011111 | 11111110 | 1100010 | 111111 | 0 | 0 | 11011010 | 1100011 | 110011 |
Color Harmonies of #045FFE
Complementary color
Monochromatic Colors of #045FFE
Black with #045FFE
Text Example
Text Example
White with #045FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FFE; }
p { color: rgb(4,95,254); }
H1.HeaderClassName
{
color: #045FFE;
}
.AnyTagClassName
{
color: #045FFE;
}
</style>
background-color css
<style>
a { background-color: #045FFE; }
a { background-color: rgb(4,95,254); }
div.DivClassName
{
background-color: #045FFE;
}
.BgClassName
{
background-color: #045FFE;
}
</style>
border-color css
<style>
span { border-color: #045FFE; }
span { border-color: rgb(4,95,254); }
td.TdClassName
{
border-color: #045FFE;
}
.TagClassName
{
border-color: #045FFE;
}
</style>