Shades of Navy Blue #0543E6
Tints of Navy Blue #0543E6
RGB
CMYK
RGB Variations
Color information
#0543E6 (or 0x0543E6) is known color: Navy Blue. HEX triplet: 05, 43 and E6. RGB value is (5,67,230). Sum of RGB (Red+Green+Blue) = 5+67+230=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 230 (90.23% from 255 or 76.16% from 302); Max value from RGB is 230 - color contains mainly: blue. Hex color #0543E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0543E6 is #FABC19. Grayscale: #424242. Windows color (decimal): -16432154 or 15090437. OLE color: 15090437.
HSL color Cylindrical-coordinate representation of color #0543E6: hue angle of 223.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0543E6 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 67 | 230 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.10 |
| HSL | 223.47º | 0.96% | 0.46% | - |
| HSV(B) | 223.47º | 0.98% | 0.9% | - |
| XYZ | 16.35 | 9.76 | 75.88 | - |
| YUV | 67.04 | 219.96 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 230 | 0.98 | 0.71 | 0 | 0.10 | 223.47 | 0.96 | 0.46 |
| Hex | 5 | 43 | E6 | 62 | 47 | 0 | A | DF | 60 | 2E |
| Octal | 5 | 103 | 346 | 142 | 107 | 0 | 12 | 337 | 140 | 56 |
| Binary | 101 | 1000011 | 11100110 | 1100010 | 1000111 | 0 | 1010 | 11011111 | 1100000 | 101110 |
Color Harmonies of #0543E6
Complementary color
Monochromatic Colors of #0543E6
Black with #0543E6
Text Example
Text Example
White with #0543E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0543E6; }
p { color: rgb(5,67,230); }
H1.HeaderClassName
{
color: #0543E6;
}
.AnyTagClassName
{
color: #0543E6;
}
</style>
background-color css
<style>
a { background-color: #0543E6; }
a { background-color: rgb(5,67,230); }
div.DivClassName
{
background-color: #0543E6;
}
.BgClassName
{
background-color: #0543E6;
}
</style>
border-color css
<style>
span { border-color: #0543E6; }
span { border-color: rgb(5,67,230); }
td.TdClassName
{
border-color: #0543E6;
}
.TagClassName
{
border-color: #0543E6;
}
</style>