Shades of Navy Blue #0543FF
Tints of Navy Blue #0543FF
RGB
CMYK
RGB Variations
Color information
#0543FF (or 0x0543FF) is known color: Navy Blue. HEX triplet: 05, 43 and FF. RGB value is (5,67,255). Sum of RGB (Red+Green+Blue) = 5+67+255=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #0543FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0543FF is #FABC00. Grayscale: #454545. Windows color (decimal): -16432129 or 16728837. OLE color: 16728837.
HSL color Cylindrical-coordinate representation of color #0543FF: hue angle of 225.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0543FF is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 67 | 255 | - |
| CMYK | 0.98 | 0.74 | 0 | 0 |
| HSL | 225.12º | 1% | 0.51% | - |
| HSV(B) | 225.12º | 0.98% | 1% | - |
| XYZ | 20.12 | 11.27 | 95.72 | - |
| YUV | 69.89 | 232.46 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 255 | 0.98 | 0.74 | 0 | 0 | 225.12 | 1 | 0.51 |
| Hex | 5 | 43 | FF | 62 | 4A | 0 | 0 | E1 | 64 | 33 |
| Octal | 5 | 103 | 377 | 142 | 112 | 0 | 0 | 341 | 144 | 63 |
| Binary | 101 | 1000011 | 11111111 | 1100010 | 1001010 | 0 | 0 | 11100001 | 1100100 | 110011 |
Color Harmonies of #0543FF
Complementary color
Monochromatic Colors of #0543FF
Black with #0543FF
Text Example
Text Example
White with #0543FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0543FF; }
p { color: rgb(5,67,255); }
H1.HeaderClassName
{
color: #0543FF;
}
.AnyTagClassName
{
color: #0543FF;
}
</style>
background-color css
<style>
a { background-color: #0543FF; }
a { background-color: rgb(5,67,255); }
div.DivClassName
{
background-color: #0543FF;
}
.BgClassName
{
background-color: #0543FF;
}
</style>
border-color css
<style>
span { border-color: #0543FF; }
span { border-color: rgb(5,67,255); }
td.TdClassName
{
border-color: #0543FF;
}
.TagClassName
{
border-color: #0543FF;
}
</style>