Shades of Navy Blue #054CCB
Tints of Navy Blue #054CCB
RGB
CMYK
RGB Variations
Color information
#054CCB (or 0x054CCB) is known color: Navy Blue. HEX triplet: 05, 4C and CB. RGB value is (5,76,203). Sum of RGB (Red+Green+Blue) = 5+76+203=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #054CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CCB is #FAB334. Grayscale: #444444. Windows color (decimal): -16429877 or 13323269. OLE color: 13323269.
HSL color Cylindrical-coordinate representation of color #054CCB: hue angle of 218.48º 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 #054CCB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 76 | 203 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.20 |
| HSL | 218.48º | 0.95% | 0.41% | - |
| HSV(B) | 218.48º | 0.98% | 0.8% | - |
| XYZ | 13.43 | 9.51 | 57.63 | - |
| YUV | 69.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 203 | 0.98 | 0.63 | 0 | 0.20 | 218.48 | 0.95 | 0.41 |
| Hex | 5 | 4C | CB | 62 | 3F | 0 | 14 | DA | 5F | 29 |
| Octal | 5 | 114 | 313 | 142 | 77 | 0 | 24 | 332 | 137 | 51 |
| Binary | 101 | 1001100 | 11001011 | 1100010 | 111111 | 0 | 10100 | 11011010 | 1011111 | 101001 |
Color Harmonies of #054CCB
Complementary color
Monochromatic Colors of #054CCB
Black with #054CCB
Text Example
Text Example
White with #054CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CCB; }
p { color: rgb(5,76,203); }
H1.HeaderClassName
{
color: #054CCB;
}
.AnyTagClassName
{
color: #054CCB;
}
</style>
background-color css
<style>
a { background-color: #054CCB; }
a { background-color: rgb(5,76,203); }
div.DivClassName
{
background-color: #054CCB;
}
.BgClassName
{
background-color: #054CCB;
}
</style>
border-color css
<style>
span { border-color: #054CCB; }
span { border-color: rgb(5,76,203); }
td.TdClassName
{
border-color: #054CCB;
}
.TagClassName
{
border-color: #054CCB;
}
</style>