Shades of Navy Blue #045BFD
Tints of Navy Blue #045BFD
RGB
CMYK
RGB Variations
Color information
#045BFD (or 0x045BFD) is known color: Navy Blue. HEX triplet: 04, 5B and FD. RGB value is (4,91,253). Sum of RGB (Red+Green+Blue) = 4+91+253=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #045BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045BFD is #FBA402. Grayscale: #525252. Windows color (decimal): -16491523 or 16603908. OLE color: 16603908.
HSL color Cylindrical-coordinate representation of color #045BFD: hue angle of 219.04º 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 #045BFD is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 91 | 253 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.01 |
| HSL | 219.04º | 0.98% | 0.5% | - |
| HSV(B) | 219.04º | 0.98% | 0.99% | - |
| XYZ | 21.52 | 14.6 | 94.61 | - |
| YUV | 83.46 | 223.68 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 253 | 0.98 | 0.64 | 0 | 0.01 | 219.04 | 0.98 | 0.5 |
| Hex | 4 | 5B | FD | 62 | 40 | 0 | 1 | DB | 62 | 32 |
| Octal | 4 | 133 | 375 | 142 | 100 | 0 | 1 | 333 | 142 | 62 |
| Binary | 100 | 1011011 | 11111101 | 1100010 | 1000000 | 0 | 1 | 11011011 | 1100010 | 110010 |
Color Harmonies of #045BFD
Complementary color
Monochromatic Colors of #045BFD
Black with #045BFD
Text Example
Text Example
White with #045BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BFD; }
p { color: rgb(4,91,253); }
H1.HeaderClassName
{
color: #045BFD;
}
.AnyTagClassName
{
color: #045BFD;
}
</style>
background-color css
<style>
a { background-color: #045BFD; }
a { background-color: rgb(4,91,253); }
div.DivClassName
{
background-color: #045BFD;
}
.BgClassName
{
background-color: #045BFD;
}
</style>
border-color css
<style>
span { border-color: #045BFD; }
span { border-color: rgb(4,91,253); }
td.TdClassName
{
border-color: #045BFD;
}
.TagClassName
{
border-color: #045BFD;
}
</style>