Shades of Navy Blue #054BDF
Tints of Navy Blue #054BDF
RGB
CMYK
RGB Variations
Color information
#054BDF (or 0x054BDF) is known color: Navy Blue. HEX triplet: 05, 4B and DF. RGB value is (5,75,223). Sum of RGB (Red+Green+Blue) = 5+75+223=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #054BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054BDF is #FAB420. Grayscale: #464646. Windows color (decimal): -16430113 or 14633733. OLE color: 14633733.
HSL color Cylindrical-coordinate representation of color #054BDF: hue angle of 220.73º 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 #054BDF is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 75 | 223 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.13 |
| HSL | 220.73º | 0.96% | 0.45% | - |
| HSV(B) | 220.73º | 0.98% | 0.87% | - |
| XYZ | 15.9 | 10.39 | 70.98 | - |
| YUV | 70.94 | 213.81 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 223 | 0.98 | 0.66 | 0 | 0.13 | 220.73 | 0.96 | 0.45 |
| Hex | 5 | 4B | DF | 62 | 42 | 0 | D | DD | 60 | 2D |
| Octal | 5 | 113 | 337 | 142 | 102 | 0 | 15 | 335 | 140 | 55 |
| Binary | 101 | 1001011 | 11011111 | 1100010 | 1000010 | 0 | 1101 | 11011101 | 1100000 | 101101 |
Color Harmonies of #054BDF
Complementary color
Monochromatic Colors of #054BDF
Black with #054BDF
Text Example
Text Example
White with #054BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054BDF; }
p { color: rgb(5,75,223); }
H1.HeaderClassName
{
color: #054BDF;
}
.AnyTagClassName
{
color: #054BDF;
}
</style>
background-color css
<style>
a { background-color: #054BDF; }
a { background-color: rgb(5,75,223); }
div.DivClassName
{
background-color: #054BDF;
}
.BgClassName
{
background-color: #054BDF;
}
</style>
border-color css
<style>
span { border-color: #054BDF; }
span { border-color: rgb(5,75,223); }
td.TdClassName
{
border-color: #054BDF;
}
.TagClassName
{
border-color: #054BDF;
}
</style>