Shades of Navy Blue #0544EB
Tints of Navy Blue #0544EB
RGB
CMYK
RGB Variations
Color information
#0544EB (or 0x0544EB) is known color: Navy Blue. HEX triplet: 05, 44 and EB. RGB value is (5,68,235). Sum of RGB (Red+Green+Blue) = 5+68+235=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #0544EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0544EB is #FABB14. Grayscale: #434343. Windows color (decimal): -16431893 or 15418373. OLE color: 15418373.
HSL color Cylindrical-coordinate representation of color #0544EB: hue angle of 223.57º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0544EB is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 68 | 235 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.08 |
| HSL | 223.57º | 0.96% | 0.47% | - |
| HSV(B) | 223.57º | 0.98% | 0.92% | - |
| XYZ | 17.13 | 10.16 | 79.66 | - |
| YUV | 68.2 | 222.13 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 235 | 0.98 | 0.71 | 0 | 0.08 | 223.57 | 0.96 | 0.47 |
| Hex | 5 | 44 | EB | 62 | 47 | 0 | 8 | E0 | 60 | 2F |
| Octal | 5 | 104 | 353 | 142 | 107 | 0 | 10 | 340 | 140 | 57 |
| Binary | 101 | 1000100 | 11101011 | 1100010 | 1000111 | 0 | 1000 | 11100000 | 1100000 | 101111 |
Color Harmonies of #0544EB
Complementary color
Monochromatic Colors of #0544EB
Black with #0544EB
Text Example
Text Example
White with #0544EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0544EB; }
p { color: rgb(5,68,235); }
H1.HeaderClassName
{
color: #0544EB;
}
.AnyTagClassName
{
color: #0544EB;
}
</style>
background-color css
<style>
a { background-color: #0544EB; }
a { background-color: rgb(5,68,235); }
div.DivClassName
{
background-color: #0544EB;
}
.BgClassName
{
background-color: #0544EB;
}
</style>
border-color css
<style>
span { border-color: #0544EB; }
span { border-color: rgb(5,68,235); }
td.TdClassName
{
border-color: #0544EB;
}
.TagClassName
{
border-color: #0544EB;
}
</style>