Shades of Navy Blue #0554CD
Tints of Navy Blue #0554CD
RGB
CMYK
RGB Variations
Color information
#0554CD (or 0x0554CD) is known color: Navy Blue. HEX triplet: 05, 54 and CD. RGB value is (5,84,205). Sum of RGB (Red+Green+Blue) = 5+84+205=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0554CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0554CD is #FAAB32. Grayscale: #494949. Windows color (decimal): -16427827 or 13456389. OLE color: 13456389.
HSL color Cylindrical-coordinate representation of color #0554CD: hue angle of 216.3º 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 #0554CD is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 84 | 205 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.20 |
| HSL | 216.3º | 0.95% | 0.41% | - |
| HSV(B) | 216.3º | 0.98% | 0.8% | - |
| XYZ | 14.25 | 10.78 | 59.09 | - |
| YUV | 74.17 | 201.83 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 205 | 0.98 | 0.59 | 0 | 0.20 | 216.3 | 0.95 | 0.41 |
| Hex | 5 | 54 | CD | 62 | 3B | 0 | 14 | D8 | 5F | 29 |
| Octal | 5 | 124 | 315 | 142 | 73 | 0 | 24 | 330 | 137 | 51 |
| Binary | 101 | 1010100 | 11001101 | 1100010 | 111011 | 0 | 10100 | 11011000 | 1011111 | 101001 |
Color Harmonies of #0554CD
Complementary color
Monochromatic Colors of #0554CD
Black with #0554CD
Text Example
Text Example
White with #0554CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0554CD; }
p { color: rgb(5,84,205); }
H1.HeaderClassName
{
color: #0554CD;
}
.AnyTagClassName
{
color: #0554CD;
}
</style>
background-color css
<style>
a { background-color: #0554CD; }
a { background-color: rgb(5,84,205); }
div.DivClassName
{
background-color: #0554CD;
}
.BgClassName
{
background-color: #0554CD;
}
</style>
border-color css
<style>
span { border-color: #0554CD; }
span { border-color: rgb(5,84,205); }
td.TdClassName
{
border-color: #0554CD;
}
.TagClassName
{
border-color: #0554CD;
}
</style>