Shades of Navy Blue #045CE3
Tints of Navy Blue #045CE3
RGB
CMYK
RGB Variations
Color information
#045CE3 (or 0x045CE3) is known color: Navy Blue. HEX triplet: 04, 5C and E3. RGB value is (4,92,227). Sum of RGB (Red+Green+Blue) = 4+92+227=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 227 (89.06% from 255 or 70.28% from 323); Max value from RGB is 227 - color contains mainly: blue. Hex color #045CE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045CE3 is #FBA31C. Grayscale: #505050. Windows color (decimal): -16491293 or 14900228. OLE color: 14900228.
HSL color Cylindrical-coordinate representation of color #045CE3: hue angle of 216.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045CE3 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 92 | 227 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.11 |
| HSL | 216.32º | 0.97% | 0.45% | - |
| HSV(B) | 216.32º | 0.98% | 0.89% | - |
| XYZ | 17.74 | 13.23 | 74.29 | - |
| YUV | 81.08 | 210.35 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 227 | 0.98 | 0.59 | 0 | 0.11 | 216.32 | 0.97 | 0.45 |
| Hex | 4 | 5C | E3 | 62 | 3B | 0 | B | D8 | 61 | 2D |
| Octal | 4 | 134 | 343 | 142 | 73 | 0 | 13 | 330 | 141 | 55 |
| Binary | 100 | 1011100 | 11100011 | 1100010 | 111011 | 0 | 1011 | 11011000 | 1100001 | 101101 |
Color Harmonies of #045CE3
Complementary color
Monochromatic Colors of #045CE3
Black with #045CE3
Text Example
Text Example
White with #045CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045CE3; }
p { color: rgb(4,92,227); }
H1.HeaderClassName
{
color: #045CE3;
}
.AnyTagClassName
{
color: #045CE3;
}
</style>
background-color css
<style>
a { background-color: #045CE3; }
a { background-color: rgb(4,92,227); }
div.DivClassName
{
background-color: #045CE3;
}
.BgClassName
{
background-color: #045CE3;
}
</style>
border-color css
<style>
span { border-color: #045CE3; }
span { border-color: rgb(4,92,227); }
td.TdClassName
{
border-color: #045CE3;
}
.TagClassName
{
border-color: #045CE3;
}
</style>