Shades of Navy Blue #045DDF
Tints of Navy Blue #045DDF
RGB
CMYK
RGB Variations
Color information
#045DDF (or 0x045DDF) is known color: Navy Blue. HEX triplet: 04, 5D and DF. RGB value is (4,93,223). Sum of RGB (Red+Green+Blue) = 4+93+223=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #045DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DDF is #FBA220. Grayscale: #505050. Windows color (decimal): -16491041 or 14638340. OLE color: 14638340.
HSL color Cylindrical-coordinate representation of color #045DDF: hue angle of 215.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DDF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 93 | 223 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.13 |
| HSL | 215.62º | 0.96% | 0.45% | - |
| HSV(B) | 215.62º | 0.98% | 0.87% | - |
| XYZ | 17.28 | 13.18 | 71.45 | - |
| YUV | 81.21 | 208.01 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 223 | 0.98 | 0.58 | 0 | 0.13 | 215.62 | 0.96 | 0.45 |
| Hex | 4 | 5D | DF | 62 | 3A | 0 | D | D8 | 60 | 2D |
| Octal | 4 | 135 | 337 | 142 | 72 | 0 | 15 | 330 | 140 | 55 |
| Binary | 100 | 1011101 | 11011111 | 1100010 | 111010 | 0 | 1101 | 11011000 | 1100000 | 101101 |
Color Harmonies of #045DDF
Complementary color
Monochromatic Colors of #045DDF
Black with #045DDF
Text Example
Text Example
White with #045DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DDF; }
p { color: rgb(4,93,223); }
H1.HeaderClassName
{
color: #045DDF;
}
.AnyTagClassName
{
color: #045DDF;
}
</style>
background-color css
<style>
a { background-color: #045DDF; }
a { background-color: rgb(4,93,223); }
div.DivClassName
{
background-color: #045DDF;
}
.BgClassName
{
background-color: #045DDF;
}
</style>
border-color css
<style>
span { border-color: #045DDF; }
span { border-color: rgb(4,93,223); }
td.TdClassName
{
border-color: #045DDF;
}
.TagClassName
{
border-color: #045DDF;
}
</style>