Shades of Navy Blue #054BDB
Tints of Navy Blue #054BDB
RGB
CMYK
RGB Variations
Color information
#054BDB (or 0x054BDB) is known color: Navy Blue. HEX triplet: 05, 4B and DB. RGB value is (5,75,219). Sum of RGB (Red+Green+Blue) = 5+75+219=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #054BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054BDB is #FAB424. Grayscale: #454545. Windows color (decimal): -16430117 or 14371589. OLE color: 14371589.
HSL color Cylindrical-coordinate representation of color #054BDB: hue angle of 220.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054BDB is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 75 | 219 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.14 |
| HSL | 220.37º | 0.96% | 0.44% | - |
| HSV(B) | 220.37º | 0.98% | 0.86% | - |
| XYZ | 15.36 | 10.18 | 68.17 | - |
| YUV | 70.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 219 | 0.98 | 0.66 | 0 | 0.14 | 220.37 | 0.96 | 0.44 |
| Hex | 5 | 4B | DB | 62 | 42 | 0 | E | DC | 60 | 2C |
| Octal | 5 | 113 | 333 | 142 | 102 | 0 | 16 | 334 | 140 | 54 |
| Binary | 101 | 1001011 | 11011011 | 1100010 | 1000010 | 0 | 1110 | 11011100 | 1100000 | 101100 |
Color Harmonies of #054BDB
Complementary color
Monochromatic Colors of #054BDB
Black with #054BDB
Text Example
Text Example
White with #054BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054BDB; }
p { color: rgb(5,75,219); }
H1.HeaderClassName
{
color: #054BDB;
}
.AnyTagClassName
{
color: #054BDB;
}
</style>
background-color css
<style>
a { background-color: #054BDB; }
a { background-color: rgb(5,75,219); }
div.DivClassName
{
background-color: #054BDB;
}
.BgClassName
{
background-color: #054BDB;
}
</style>
border-color css
<style>
span { border-color: #054BDB; }
span { border-color: rgb(5,75,219); }
td.TdClassName
{
border-color: #054BDB;
}
.TagClassName
{
border-color: #054BDB;
}
</style>