Shades of Navy Blue #0543F6
Tints of Navy Blue #0543F6
RGB
CMYK
RGB Variations
Color information
#0543F6 (or 0x0543F6) is known color: Navy Blue. HEX triplet: 05, 43 and F6. RGB value is (5,67,246). Sum of RGB (Red+Green+Blue) = 5+67+246=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 246 (96.48% from 255 or 77.36% from 318); Max value from RGB is 246 - color contains mainly: blue. Hex color #0543F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0543F6 is #FABC09. Grayscale: #444444. Windows color (decimal): -16432138 or 16139013. OLE color: 16139013.
HSL color Cylindrical-coordinate representation of color #0543F6: hue angle of 224.56º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0543F6 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 67 | 246 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.04 |
| HSL | 224.56º | 0.96% | 0.49% | - |
| HSV(B) | 224.56º | 0.98% | 0.96% | - |
| XYZ | 18.7 | 10.7 | 88.27 | - |
| YUV | 68.87 | 227.96 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 246 | 0.98 | 0.73 | 0 | 0.04 | 224.56 | 0.96 | 0.49 |
| Hex | 5 | 43 | F6 | 62 | 49 | 0 | 4 | E1 | 60 | 31 |
| Octal | 5 | 103 | 366 | 142 | 111 | 0 | 4 | 341 | 140 | 61 |
| Binary | 101 | 1000011 | 11110110 | 1100010 | 1001001 | 0 | 100 | 11100001 | 1100000 | 110001 |
Color Harmonies of #0543F6
Complementary color
Monochromatic Colors of #0543F6
Black with #0543F6
Text Example
Text Example
White with #0543F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0543F6; }
p { color: rgb(5,67,246); }
H1.HeaderClassName
{
color: #0543F6;
}
.AnyTagClassName
{
color: #0543F6;
}
</style>
background-color css
<style>
a { background-color: #0543F6; }
a { background-color: rgb(5,67,246); }
div.DivClassName
{
background-color: #0543F6;
}
.BgClassName
{
background-color: #0543F6;
}
</style>
border-color css
<style>
span { border-color: #0543F6; }
span { border-color: rgb(5,67,246); }
td.TdClassName
{
border-color: #0543F6;
}
.TagClassName
{
border-color: #0543F6;
}
</style>