Shades of Navy Blue #045CDF
Tints of Navy Blue #045CDF
RGB
CMYK
RGB Variations
Color information
#045CDF (or 0x045CDF) is known color: Navy Blue. HEX triplet: 04, 5C and DF. RGB value is (4,92,223). Sum of RGB (Red+Green+Blue) = 4+92+223=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #045CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CDF is #FBA320. Grayscale: #505050. Windows color (decimal): -16491297 or 14638084. OLE color: 14638084.
HSL color Cylindrical-coordinate representation of color #045CDF: hue angle of 215.89º 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 #045CDF is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 92 | 223 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.13 |
| HSL | 215.89º | 0.96% | 0.45% | - |
| HSV(B) | 215.89º | 0.98% | 0.87% | - |
| XYZ | 17.2 | 13.01 | 71.42 | - |
| YUV | 80.62 | 208.35 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 223 | 0.98 | 0.59 | 0 | 0.13 | 215.89 | 0.96 | 0.45 |
| Hex | 4 | 5C | DF | 62 | 3B | 0 | D | D8 | 60 | 2D |
| Octal | 4 | 134 | 337 | 142 | 73 | 0 | 15 | 330 | 140 | 55 |
| Binary | 100 | 1011100 | 11011111 | 1100010 | 111011 | 0 | 1101 | 11011000 | 1100000 | 101101 |
Color Harmonies of #045CDF
Complementary color
Monochromatic Colors of #045CDF
Black with #045CDF
Text Example
Text Example
White with #045CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CDF; }
p { color: rgb(4,92,223); }
H1.HeaderClassName
{
color: #045CDF;
}
.AnyTagClassName
{
color: #045CDF;
}
</style>
background-color css
<style>
a { background-color: #045CDF; }
a { background-color: rgb(4,92,223); }
div.DivClassName
{
background-color: #045CDF;
}
.BgClassName
{
background-color: #045CDF;
}
</style>
border-color css
<style>
span { border-color: #045CDF; }
span { border-color: rgb(4,92,223); }
td.TdClassName
{
border-color: #045CDF;
}
.TagClassName
{
border-color: #045CDF;
}
</style>