Shades of Navy Blue #045CFD
Tints of Navy Blue #045CFD
RGB
CMYK
RGB Variations
Color information
#045CFD (or 0x045CFD) is known color: Navy Blue. HEX triplet: 04, 5C and FD. RGB value is (4,92,253). Sum of RGB (Red+Green+Blue) = 4+92+253=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #045CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045CFD is #FBA302. Grayscale: #535353. Windows color (decimal): -16491267 or 16604164. OLE color: 16604164.
HSL color Cylindrical-coordinate representation of color #045CFD: hue angle of 218.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CFD is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 92 | 253 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.01 |
| HSL | 218.8º | 0.98% | 0.5% | - |
| HSV(B) | 218.8º | 0.98% | 0.99% | - |
| XYZ | 21.61 | 14.77 | 94.64 | - |
| YUV | 84.04 | 223.35 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 253 | 0.98 | 0.64 | 0 | 0.01 | 218.8 | 0.98 | 0.5 |
| Hex | 4 | 5C | FD | 62 | 40 | 0 | 1 | DB | 62 | 32 |
| Octal | 4 | 134 | 375 | 142 | 100 | 0 | 1 | 333 | 142 | 62 |
| Binary | 100 | 1011100 | 11111101 | 1100010 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110010 |
Color Harmonies of #045CFD
Complementary color
Monochromatic Colors of #045CFD
Black with #045CFD
Text Example
Text Example
White with #045CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CFD; }
p { color: rgb(4,92,253); }
H1.HeaderClassName
{
color: #045CFD;
}
.AnyTagClassName
{
color: #045CFD;
}
</style>
background-color css
<style>
a { background-color: #045CFD; }
a { background-color: rgb(4,92,253); }
div.DivClassName
{
background-color: #045CFD;
}
.BgClassName
{
background-color: #045CFD;
}
</style>
border-color css
<style>
span { border-color: #045CFD; }
span { border-color: rgb(4,92,253); }
td.TdClassName
{
border-color: #045CFD;
}
.TagClassName
{
border-color: #045CFD;
}
</style>