Shades of Navy Blue #045CE0
Tints of Navy Blue #045CE0
RGB
CMYK
RGB Variations
Color information
#045CE0 (or 0x045CE0) is known color: Navy Blue. HEX triplet: 04, 5C and E0. RGB value is (4,92,224). Sum of RGB (Red+Green+Blue) = 4+92+224=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #045CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CE0 is #FBA31F. Grayscale: #505050. Windows color (decimal): -16491296 or 14703620. OLE color: 14703620.
HSL color Cylindrical-coordinate representation of color #045CE0: hue angle of 216º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CE0 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 92 | 224 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.12 |
| HSL | 216º | 0.96% | 0.45% | - |
| HSV(B) | 216º | 0.98% | 0.88% | - |
| XYZ | 17.33 | 13.06 | 72.13 | - |
| YUV | 80.74 | 208.85 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 224 | 0.98 | 0.59 | 0 | 0.12 | 216 | 0.96 | 0.45 |
| Hex | 4 | 5C | E0 | 62 | 3B | 0 | C | D8 | 60 | 2D |
| Octal | 4 | 134 | 340 | 142 | 73 | 0 | 14 | 330 | 140 | 55 |
| Binary | 100 | 1011100 | 11100000 | 1100010 | 111011 | 0 | 1100 | 11011000 | 1100000 | 101101 |
Color Harmonies of #045CE0
Complementary color
Monochromatic Colors of #045CE0
Black with #045CE0
Text Example
Text Example
White with #045CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CE0; }
p { color: rgb(4,92,224); }
H1.HeaderClassName
{
color: #045CE0;
}
.AnyTagClassName
{
color: #045CE0;
}
</style>
background-color css
<style>
a { background-color: #045CE0; }
a { background-color: rgb(4,92,224); }
div.DivClassName
{
background-color: #045CE0;
}
.BgClassName
{
background-color: #045CE0;
}
</style>
border-color css
<style>
span { border-color: #045CE0; }
span { border-color: rgb(4,92,224); }
td.TdClassName
{
border-color: #045CE0;
}
.TagClassName
{
border-color: #045CE0;
}
</style>