Shades of Navy Blue #0545E0
Tints of Navy Blue #0545E0
RGB
CMYK
RGB Variations
Color information
#0545E0 (or 0x0545E0) is known color: Navy Blue. HEX triplet: 05, 45 and E0. RGB value is (5,69,224). Sum of RGB (Red+Green+Blue) = 5+69+224=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 224 (87.89% from 255 or 75.17% from 298); Max value from RGB is 224 - color contains mainly: blue. Hex color #0545E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0545E0 is #FABA1F. Grayscale: #424242. Windows color (decimal): -16431648 or 14697733. OLE color: 14697733.
HSL color Cylindrical-coordinate representation of color #0545E0: hue angle of 222.47º 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 #0545E0 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 69 | 224 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.12 |
| HSL | 222.47º | 0.96% | 0.45% | - |
| HSV(B) | 222.47º | 0.98% | 0.88% | - |
| XYZ | 15.65 | 9.67 | 71.56 | - |
| YUV | 67.53 | 216.3 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 224 | 0.98 | 0.69 | 0 | 0.12 | 222.47 | 0.96 | 0.45 |
| Hex | 5 | 45 | E0 | 62 | 45 | 0 | C | DE | 60 | 2D |
| Octal | 5 | 105 | 340 | 142 | 105 | 0 | 14 | 336 | 140 | 55 |
| Binary | 101 | 1000101 | 11100000 | 1100010 | 1000101 | 0 | 1100 | 11011110 | 1100000 | 101101 |
Color Harmonies of #0545E0
Complementary color
Monochromatic Colors of #0545E0
Black with #0545E0
Text Example
Text Example
White with #0545E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0545E0; }
p { color: rgb(5,69,224); }
H1.HeaderClassName
{
color: #0545E0;
}
.AnyTagClassName
{
color: #0545E0;
}
</style>
background-color css
<style>
a { background-color: #0545E0; }
a { background-color: rgb(5,69,224); }
div.DivClassName
{
background-color: #0545E0;
}
.BgClassName
{
background-color: #0545E0;
}
</style>
border-color css
<style>
span { border-color: #0545E0; }
span { border-color: rgb(5,69,224); }
td.TdClassName
{
border-color: #0545E0;
}
.TagClassName
{
border-color: #0545E0;
}
</style>