Shades of Navy Blue #045DCE
Tints of Navy Blue #045DCE
RGB
CMYK
RGB Variations
Color information
#045DCE (or 0x045DCE) is known color: Navy Blue. HEX triplet: 04, 5D and CE. RGB value is (4,93,206). Sum of RGB (Red+Green+Blue) = 4+93+206=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #045DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DCE is #FBA231. Grayscale: #4E4E4E. Windows color (decimal): -16491058 or 13524228. OLE color: 13524228.
HSL color Cylindrical-coordinate representation of color #045DCE: hue angle of 213.56º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DCE is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 93 | 206 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.19 |
| HSL | 213.56º | 0.96% | 0.41% | - |
| HSV(B) | 213.56º | 0.98% | 0.81% | - |
| XYZ | 15.11 | 12.31 | 59.97 | - |
| YUV | 79.27 | 199.51 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 206 | 0.98 | 0.55 | 0 | 0.19 | 213.56 | 0.96 | 0.41 |
| Hex | 4 | 5D | CE | 62 | 37 | 0 | 13 | D6 | 60 | 29 |
| Octal | 4 | 135 | 316 | 142 | 67 | 0 | 23 | 326 | 140 | 51 |
| Binary | 100 | 1011101 | 11001110 | 1100010 | 110111 | 0 | 10011 | 11010110 | 1100000 | 101001 |
Color Harmonies of #045DCE
Complementary color
Monochromatic Colors of #045DCE
Black with #045DCE
Text Example
Text Example
White with #045DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DCE; }
p { color: rgb(4,93,206); }
H1.HeaderClassName
{
color: #045DCE;
}
.AnyTagClassName
{
color: #045DCE;
}
</style>
background-color css
<style>
a { background-color: #045DCE; }
a { background-color: rgb(4,93,206); }
div.DivClassName
{
background-color: #045DCE;
}
.BgClassName
{
background-color: #045DCE;
}
</style>
border-color css
<style>
span { border-color: #045DCE; }
span { border-color: rgb(4,93,206); }
td.TdClassName
{
border-color: #045DCE;
}
.TagClassName
{
border-color: #045DCE;
}
</style>