Shades of Navy Blue #045CFF
Tints of Navy Blue #045CFF
RGB
CMYK
RGB Variations
Color information
#045CFF (or 0x045CFF) is known color: Navy Blue. HEX triplet: 04, 5C and FF. RGB value is (4,92,255). Sum of RGB (Red+Green+Blue) = 4+92+255=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #045CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CFF is #FBA300. Grayscale: #535353. Windows color (decimal): -16491265 or 16735236. OLE color: 16735236.
HSL color Cylindrical-coordinate representation of color #045CFF: hue angle of 218.96º 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 #045CFF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 92 | 255 | - |
| CMYK | 0.98 | 0.64 | 0 | 0 |
| HSL | 218.96º | 1% | 0.51% | - |
| HSV(B) | 218.96º | 0.98% | 1% | - |
| XYZ | 21.93 | 14.9 | 96.33 | - |
| YUV | 84.27 | 224.35 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 255 | 0.98 | 0.64 | 0 | 0 | 218.96 | 1 | 0.51 |
| Hex | 4 | 5C | FF | 62 | 40 | 0 | 0 | DB | 64 | 33 |
| Octal | 4 | 134 | 377 | 142 | 100 | 0 | 0 | 333 | 144 | 63 |
| Binary | 100 | 1011100 | 11111111 | 1100010 | 1000000 | 0 | 0 | 11011011 | 1100100 | 110011 |
Color Harmonies of #045CFF
Complementary color
Monochromatic Colors of #045CFF
Black with #045CFF
Text Example
Text Example
White with #045CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CFF; }
p { color: rgb(4,92,255); }
H1.HeaderClassName
{
color: #045CFF;
}
.AnyTagClassName
{
color: #045CFF;
}
</style>
background-color css
<style>
a { background-color: #045CFF; }
a { background-color: rgb(4,92,255); }
div.DivClassName
{
background-color: #045CFF;
}
.BgClassName
{
background-color: #045CFF;
}
</style>
border-color css
<style>
span { border-color: #045CFF; }
span { border-color: rgb(4,92,255); }
td.TdClassName
{
border-color: #045CFF;
}
.TagClassName
{
border-color: #045CFF;
}
</style>