Shades of Navy Blue #045FDF
Tints of Navy Blue #045FDF
RGB
CMYK
RGB Variations
Color information
#045FDF (or 0x045FDF) is known color: Navy Blue. HEX triplet: 04, 5F and DF. RGB value is (4,95,223). Sum of RGB (Red+Green+Blue) = 4+95+223=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #045FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FDF is #FBA020. Grayscale: #515151. Windows color (decimal): -16490529 or 14638852. OLE color: 14638852.
HSL color Cylindrical-coordinate representation of color #045FDF: hue angle of 215.07º 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 #045FDF is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 95 | 223 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.13 |
| HSL | 215.07º | 0.96% | 0.45% | - |
| HSV(B) | 215.07º | 0.98% | 0.87% | - |
| XYZ | 17.46 | 13.54 | 71.5 | - |
| YUV | 82.38 | 207.35 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 223 | 0.98 | 0.57 | 0 | 0.13 | 215.07 | 0.96 | 0.45 |
| Hex | 4 | 5F | DF | 62 | 39 | 0 | D | D7 | 60 | 2D |
| Octal | 4 | 137 | 337 | 142 | 71 | 0 | 15 | 327 | 140 | 55 |
| Binary | 100 | 1011111 | 11011111 | 1100010 | 111001 | 0 | 1101 | 11010111 | 1100000 | 101101 |
Color Harmonies of #045FDF
Complementary color
Monochromatic Colors of #045FDF
Black with #045FDF
Text Example
Text Example
White with #045FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FDF; }
p { color: rgb(4,95,223); }
H1.HeaderClassName
{
color: #045FDF;
}
.AnyTagClassName
{
color: #045FDF;
}
</style>
background-color css
<style>
a { background-color: #045FDF; }
a { background-color: rgb(4,95,223); }
div.DivClassName
{
background-color: #045FDF;
}
.BgClassName
{
background-color: #045FDF;
}
</style>
border-color css
<style>
span { border-color: #045FDF; }
span { border-color: rgb(4,95,223); }
td.TdClassName
{
border-color: #045FDF;
}
.TagClassName
{
border-color: #045FDF;
}
</style>