Shades of Navy Blue #045FFF
Tints of Navy Blue #045FFF
RGB
CMYK
RGB Variations
Color information
#045FFF (or 0x045FFF) is known color: Navy Blue. HEX triplet: 04, 5F and FF. RGB value is (4,95,255). Sum of RGB (Red+Green+Blue) = 4+95+255=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #045FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FFF is #FBA000. Grayscale: #555555. Windows color (decimal): -16490497 or 16736004. OLE color: 16736004.
HSL color Cylindrical-coordinate representation of color #045FFF: hue angle of 218.25º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FFF is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 95 | 255 | - |
| CMYK | 0.98 | 0.63 | 0 | 0 |
| HSL | 218.25º | 1% | 0.51% | - |
| HSV(B) | 218.25º | 0.98% | 1% | - |
| XYZ | 22.19 | 15.43 | 96.42 | - |
| YUV | 86.03 | 223.35 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 255 | 0.98 | 0.63 | 0 | 0 | 218.25 | 1 | 0.51 |
| Hex | 4 | 5F | FF | 62 | 3F | 0 | 0 | DA | 64 | 33 |
| Octal | 4 | 137 | 377 | 142 | 77 | 0 | 0 | 332 | 144 | 63 |
| Binary | 100 | 1011111 | 11111111 | 1100010 | 111111 | 0 | 0 | 11011010 | 1100100 | 110011 |
Color Harmonies of #045FFF
Complementary color
Monochromatic Colors of #045FFF
Black with #045FFF
Text Example
Text Example
White with #045FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FFF; }
p { color: rgb(4,95,255); }
H1.HeaderClassName
{
color: #045FFF;
}
.AnyTagClassName
{
color: #045FFF;
}
</style>
background-color css
<style>
a { background-color: #045FFF; }
a { background-color: rgb(4,95,255); }
div.DivClassName
{
background-color: #045FFF;
}
.BgClassName
{
background-color: #045FFF;
}
</style>
border-color css
<style>
span { border-color: #045FFF; }
span { border-color: rgb(4,95,255); }
td.TdClassName
{
border-color: #045FFF;
}
.TagClassName
{
border-color: #045FFF;
}
</style>