Shades of Navy Blue #054BCB
Tints of Navy Blue #054BCB
RGB
CMYK
RGB Variations
Color information
#054BCB (or 0x054BCB) is known color: Navy Blue. HEX triplet: 05, 4B and CB. RGB value is (5,75,203). Sum of RGB (Red+Green+Blue) = 5+75+203=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #054BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054BCB is #FAB434. Grayscale: #444444. Windows color (decimal): -16430133 or 13323013. OLE color: 13323013.
HSL color Cylindrical-coordinate representation of color #054BCB: hue angle of 218.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054BCB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 75 | 203 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.20 |
| HSL | 218.79º | 0.95% | 0.41% | - |
| HSV(B) | 218.79º | 0.98% | 0.8% | - |
| XYZ | 13.36 | 9.38 | 57.61 | - |
| YUV | 68.66 | 203.81 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 203 | 0.98 | 0.63 | 0 | 0.20 | 218.79 | 0.95 | 0.41 |
| Hex | 5 | 4B | CB | 62 | 3F | 0 | 14 | DB | 5F | 29 |
| Octal | 5 | 113 | 313 | 142 | 77 | 0 | 24 | 333 | 137 | 51 |
| Binary | 101 | 1001011 | 11001011 | 1100010 | 111111 | 0 | 10100 | 11011011 | 1011111 | 101001 |
Color Harmonies of #054BCB
Complementary color
Monochromatic Colors of #054BCB
Black with #054BCB
Text Example
Text Example
White with #054BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054BCB; }
p { color: rgb(5,75,203); }
H1.HeaderClassName
{
color: #054BCB;
}
.AnyTagClassName
{
color: #054BCB;
}
</style>
background-color css
<style>
a { background-color: #054BCB; }
a { background-color: rgb(5,75,203); }
div.DivClassName
{
background-color: #054BCB;
}
.BgClassName
{
background-color: #054BCB;
}
</style>
border-color css
<style>
span { border-color: #054BCB; }
span { border-color: rgb(5,75,203); }
td.TdClassName
{
border-color: #054BCB;
}
.TagClassName
{
border-color: #054BCB;
}
</style>