Shades of Navy Blue #0554DF
Tints of Navy Blue #0554DF
RGB
CMYK
RGB Variations
Color information
#0554DF (or 0x0554DF) is known color: Navy Blue. HEX triplet: 05, 54 and DF. RGB value is (5,84,223). Sum of RGB (Red+Green+Blue) = 5+84+223=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #0554DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0554DF is #FAAB20. Grayscale: #4B4B4B. Windows color (decimal): -16427809 or 14636037. OLE color: 14636037.
HSL color Cylindrical-coordinate representation of color #0554DF: hue angle of 218.26º 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 #0554DF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 84 | 223 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.13 |
| HSL | 218.26º | 0.96% | 0.45% | - |
| HSV(B) | 218.26º | 0.98% | 0.87% | - |
| XYZ | 16.55 | 11.7 | 71.2 | - |
| YUV | 76.23 | 210.83 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 223 | 0.98 | 0.62 | 0 | 0.13 | 218.26 | 0.96 | 0.45 |
| Hex | 5 | 54 | DF | 62 | 3E | 0 | D | DA | 60 | 2D |
| Octal | 5 | 124 | 337 | 142 | 76 | 0 | 15 | 332 | 140 | 55 |
| Binary | 101 | 1010100 | 11011111 | 1100010 | 111110 | 0 | 1101 | 11011010 | 1100000 | 101101 |
Color Harmonies of #0554DF
Complementary color
Monochromatic Colors of #0554DF
Black with #0554DF
Text Example
Text Example
White with #0554DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0554DF; }
p { color: rgb(5,84,223); }
H1.HeaderClassName
{
color: #0554DF;
}
.AnyTagClassName
{
color: #0554DF;
}
</style>
background-color css
<style>
a { background-color: #0554DF; }
a { background-color: rgb(5,84,223); }
div.DivClassName
{
background-color: #0554DF;
}
.BgClassName
{
background-color: #0554DF;
}
</style>
border-color css
<style>
span { border-color: #0554DF; }
span { border-color: rgb(5,84,223); }
td.TdClassName
{
border-color: #0554DF;
}
.TagClassName
{
border-color: #0554DF;
}
</style>