Shades of Navy Blue #0543ED
Tints of Navy Blue #0543ED
RGB
CMYK
RGB Variations
Color information
#0543ED (or 0x0543ED) is known color: Navy Blue. HEX triplet: 05, 43 and ED. RGB value is (5,67,237). Sum of RGB (Red+Green+Blue) = 5+67+237=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #0543ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0543ED is #FABC12. Grayscale: #434343. Windows color (decimal): -16432147 or 15549189. OLE color: 15549189.
HSL color Cylindrical-coordinate representation of color #0543ED: hue angle of 223.97º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0543ED is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 67 | 237 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.07 |
| HSL | 223.97º | 0.96% | 0.47% | - |
| HSV(B) | 223.97º | 0.98% | 0.93% | - |
| XYZ | 17.36 | 10.16 | 81.17 | - |
| YUV | 67.84 | 223.46 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 237 | 0.98 | 0.72 | 0 | 0.07 | 223.97 | 0.96 | 0.47 |
| Hex | 5 | 43 | ED | 62 | 48 | 0 | 7 | E0 | 60 | 2F |
| Octal | 5 | 103 | 355 | 142 | 110 | 0 | 7 | 340 | 140 | 57 |
| Binary | 101 | 1000011 | 11101101 | 1100010 | 1001000 | 0 | 111 | 11100000 | 1100000 | 101111 |
Color Harmonies of #0543ED
Complementary color
Monochromatic Colors of #0543ED
Black with #0543ED
Text Example
Text Example
White with #0543ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0543ED; }
p { color: rgb(5,67,237); }
H1.HeaderClassName
{
color: #0543ED;
}
.AnyTagClassName
{
color: #0543ED;
}
</style>
background-color css
<style>
a { background-color: #0543ED; }
a { background-color: rgb(5,67,237); }
div.DivClassName
{
background-color: #0543ED;
}
.BgClassName
{
background-color: #0543ED;
}
</style>
border-color css
<style>
span { border-color: #0543ED; }
span { border-color: rgb(5,67,237); }
td.TdClassName
{
border-color: #0543ED;
}
.TagClassName
{
border-color: #0543ED;
}
</style>