Shades of Navy Blue #045DCC
Tints of Navy Blue #045DCC
RGB
CMYK
RGB Variations
Color information
#045DCC (or 0x045DCC) is known color: Navy Blue. HEX triplet: 04, 5D and CC. RGB value is (4,93,204). Sum of RGB (Red+Green+Blue) = 4+93+204=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #045DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DCC is #FBA233. Grayscale: #4E4E4E. Windows color (decimal): -16491060 or 13393156. OLE color: 13393156.
HSL color Cylindrical-coordinate representation of color #045DCC: hue angle of 213.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DCC is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 93 | 204 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.2 |
| HSL | 213.3º | 0.96% | 0.41% | - |
| HSV(B) | 213.3º | 0.98% | 0.8% | - |
| XYZ | 14.86 | 12.21 | 58.7 | - |
| YUV | 79.04 | 198.51 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 204 | 0.98 | 0.54 | 0 | 0.2 | 213.3 | 0.96 | 0.41 |
| Hex | 4 | 5D | CC | 62 | 36 | 0 | 14 | D5 | 60 | 29 |
| Octal | 4 | 135 | 314 | 142 | 66 | 0 | 24 | 325 | 140 | 51 |
| Binary | 100 | 1011101 | 11001100 | 1100010 | 110110 | 0 | 10100 | 11010101 | 1100000 | 101001 |
Color Harmonies of #045DCC
Complementary color
Monochromatic Colors of #045DCC
Black with #045DCC
Text Example
Text Example
White with #045DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DCC; }
p { color: rgb(4,93,204); }
H1.HeaderClassName
{
color: #045DCC;
}
.AnyTagClassName
{
color: #045DCC;
}
</style>
background-color css
<style>
a { background-color: #045DCC; }
a { background-color: rgb(4,93,204); }
div.DivClassName
{
background-color: #045DCC;
}
.BgClassName
{
background-color: #045DCC;
}
</style>
border-color css
<style>
span { border-color: #045DCC; }
span { border-color: rgb(4,93,204); }
td.TdClassName
{
border-color: #045DCC;
}
.TagClassName
{
border-color: #045DCC;
}
</style>