Shades of Navy Blue #054CDB
Tints of Navy Blue #054CDB
RGB
CMYK
RGB Variations
Color information
#054CDB (or 0x054CDB) is known color: Navy Blue. HEX triplet: 05, 4C and DB. RGB value is (5,76,219). Sum of RGB (Red+Green+Blue) = 5+76+219=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #054CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CDB is #FAB324. Grayscale: #464646. Windows color (decimal): -16429861 or 14371845. OLE color: 14371845.
HSL color Cylindrical-coordinate representation of color #054CDB: hue angle of 220.09º 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 #054CDB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 76 | 219 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.14 |
| HSL | 220.09º | 0.96% | 0.44% | - |
| HSV(B) | 220.09º | 0.98% | 0.86% | - |
| XYZ | 15.43 | 10.32 | 68.2 | - |
| YUV | 71.07 | 211.48 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 219 | 0.98 | 0.65 | 0 | 0.14 | 220.09 | 0.96 | 0.44 |
| Hex | 5 | 4C | DB | 62 | 41 | 0 | E | DC | 60 | 2C |
| Octal | 5 | 114 | 333 | 142 | 101 | 0 | 16 | 334 | 140 | 54 |
| Binary | 101 | 1001100 | 11011011 | 1100010 | 1000001 | 0 | 1110 | 11011100 | 1100000 | 101100 |
Color Harmonies of #054CDB
Complementary color
Monochromatic Colors of #054CDB
Black with #054CDB
Text Example
Text Example
White with #054CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CDB; }
p { color: rgb(5,76,219); }
H1.HeaderClassName
{
color: #054CDB;
}
.AnyTagClassName
{
color: #054CDB;
}
</style>
background-color css
<style>
a { background-color: #054CDB; }
a { background-color: rgb(5,76,219); }
div.DivClassName
{
background-color: #054CDB;
}
.BgClassName
{
background-color: #054CDB;
}
</style>
border-color css
<style>
span { border-color: #054CDB; }
span { border-color: rgb(5,76,219); }
td.TdClassName
{
border-color: #054CDB;
}
.TagClassName
{
border-color: #054CDB;
}
</style>