Shades of Navy Blue #045DFB
Tints of Navy Blue #045DFB
RGB
CMYK
RGB Variations
Color information
#045DFB (or 0x045DFB) is known color: Navy Blue. HEX triplet: 04, 5D and FB. RGB value is (4,93,251). Sum of RGB (Red+Green+Blue) = 4+93+251=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #045DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045DFB is #FBA204. Grayscale: #535353. Windows color (decimal): -16491013 or 16473348. OLE color: 16473348.
HSL color Cylindrical-coordinate representation of color #045DFB: hue angle of 218.38º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DFB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 93 | 251 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.02 |
| HSL | 218.38º | 0.97% | 0.5% | - |
| HSV(B) | 218.38º | 0.98% | 0.98% | - |
| XYZ | 21.38 | 14.82 | 93 | - |
| YUV | 84.4 | 222.01 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 251 | 0.98 | 0.63 | 0 | 0.02 | 218.38 | 0.97 | 0.5 |
| Hex | 4 | 5D | FB | 62 | 3F | 0 | 2 | DA | 61 | 32 |
| Octal | 4 | 135 | 373 | 142 | 77 | 0 | 2 | 332 | 141 | 62 |
| Binary | 100 | 1011101 | 11111011 | 1100010 | 111111 | 0 | 10 | 11011010 | 1100001 | 110010 |
Color Harmonies of #045DFB
Complementary color
Monochromatic Colors of #045DFB
Black with #045DFB
Text Example
Text Example
White with #045DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DFB; }
p { color: rgb(4,93,251); }
H1.HeaderClassName
{
color: #045DFB;
}
.AnyTagClassName
{
color: #045DFB;
}
</style>
background-color css
<style>
a { background-color: #045DFB; }
a { background-color: rgb(4,93,251); }
div.DivClassName
{
background-color: #045DFB;
}
.BgClassName
{
background-color: #045DFB;
}
</style>
border-color css
<style>
span { border-color: #045DFB; }
span { border-color: rgb(4,93,251); }
td.TdClassName
{
border-color: #045DFB;
}
.TagClassName
{
border-color: #045DFB;
}
</style>