Shades of Navy Blue #0543DF
Tints of Navy Blue #0543DF
RGB
CMYK
RGB Variations
Color information
#0543DF (or 0x0543DF) is known color: Navy Blue. HEX triplet: 05, 43 and DF. RGB value is (5,67,223). Sum of RGB (Red+Green+Blue) = 5+67+223=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #0543DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0543DF is #FABC20. Grayscale: #414141. Windows color (decimal): -16432161 or 14631685. OLE color: 14631685.
HSL color Cylindrical-coordinate representation of color #0543DF: hue angle of 222.94º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0543DF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 67 | 223 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.13 |
| HSL | 222.94º | 0.96% | 0.45% | - |
| HSV(B) | 222.94º | 0.98% | 0.87% | - |
| XYZ | 15.39 | 9.37 | 70.81 | - |
| YUV | 66.25 | 216.46 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 223 | 0.98 | 0.70 | 0 | 0.13 | 222.94 | 0.96 | 0.45 |
| Hex | 5 | 43 | DF | 62 | 46 | 0 | D | DF | 60 | 2D |
| Octal | 5 | 103 | 337 | 142 | 106 | 0 | 15 | 337 | 140 | 55 |
| Binary | 101 | 1000011 | 11011111 | 1100010 | 1000110 | 0 | 1101 | 11011111 | 1100000 | 101101 |
Color Harmonies of #0543DF
Complementary color
Monochromatic Colors of #0543DF
Black with #0543DF
Text Example
Text Example
White with #0543DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0543DF; }
p { color: rgb(5,67,223); }
H1.HeaderClassName
{
color: #0543DF;
}
.AnyTagClassName
{
color: #0543DF;
}
</style>
background-color css
<style>
a { background-color: #0543DF; }
a { background-color: rgb(5,67,223); }
div.DivClassName
{
background-color: #0543DF;
}
.BgClassName
{
background-color: #0543DF;
}
</style>
border-color css
<style>
span { border-color: #0543DF; }
span { border-color: rgb(5,67,223); }
td.TdClassName
{
border-color: #0543DF;
}
.TagClassName
{
border-color: #0543DF;
}
</style>