Shades of Navy Blue #0054CB
Tints of Navy Blue #0054CB
RGB
CMYK
RGB Variations
Color information
#0054CB (or 0x0054CB) is known color: Navy Blue. HEX triplet: 00, 54 and CB. RGB value is (0,84,203). Sum of RGB (Red+Green+Blue) = 0+84+203=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #0054CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054CB is #FFAB34. Grayscale: #474747. Windows color (decimal): -16755509 or 13325312. OLE color: 13325312.
HSL color Cylindrical-coordinate representation of color #0054CB: hue angle of 215.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054CB is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 84 | 203 | - |
| CMYK | 1 | 0.59 | 0 | 0.20 |
| HSL | 215.17º | 1% | 0.4% | - |
| HSV(B) | 215.17º | 1% | 0.8% | - |
| XYZ | 13.95 | 10.65 | 57.82 | - |
| YUV | 72.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 203 | 1 | 0.59 | 0 | 0.20 | 215.17 | 1 | 0.4 |
| Hex | 0 | 54 | CB | 64 | 3B | 0 | 14 | D7 | 64 | 28 |
| Octal | 0 | 124 | 313 | 144 | 73 | 0 | 24 | 327 | 144 | 50 |
| Binary | 0 | 1010100 | 11001011 | 1100100 | 111011 | 0 | 10100 | 11010111 | 1100100 | 101000 |
Color Harmonies of #0054CB
Complementary color
Monochromatic Colors of #0054CB
Black with #0054CB
Text Example
Text Example
White with #0054CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054CB; }
p { color: rgb(0,84,203); }
H1.HeaderClassName
{
color: #0054CB;
}
.AnyTagClassName
{
color: #0054CB;
}
</style>
background-color css
<style>
a { background-color: #0054CB; }
a { background-color: rgb(0,84,203); }
div.DivClassName
{
background-color: #0054CB;
}
.BgClassName
{
background-color: #0054CB;
}
</style>
border-color css
<style>
span { border-color: #0054CB; }
span { border-color: rgb(0,84,203); }
td.TdClassName
{
border-color: #0054CB;
}
.TagClassName
{
border-color: #0054CB;
}
</style>