Shades of Navy Blue #0554CF
Tints of Navy Blue #0554CF
RGB
CMYK
RGB Variations
Color information
#0554CF (or 0x0554CF) is known color: Navy Blue. HEX triplet: 05, 54 and CF. RGB value is (5,84,207). Sum of RGB (Red+Green+Blue) = 5+84+207=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #0554CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0554CF is #FAAB30. Grayscale: #494949. Windows color (decimal): -16427825 or 13587461. OLE color: 13587461.
HSL color Cylindrical-coordinate representation of color #0554CF: hue angle of 216.53º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0554CF is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 84 | 207 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.19 |
| HSL | 216.53º | 0.95% | 0.42% | - |
| HSV(B) | 216.53º | 0.98% | 0.81% | - |
| XYZ | 14.5 | 10.88 | 60.37 | - |
| YUV | 74.4 | 202.83 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 207 | 0.98 | 0.59 | 0 | 0.19 | 216.53 | 0.95 | 0.42 |
| Hex | 5 | 54 | CF | 62 | 3B | 0 | 13 | D9 | 5F | 2A |
| Octal | 5 | 124 | 317 | 142 | 73 | 0 | 23 | 331 | 137 | 52 |
| Binary | 101 | 1010100 | 11001111 | 1100010 | 111011 | 0 | 10011 | 11011001 | 1011111 | 101010 |
Color Harmonies of #0554CF
Complementary color
Monochromatic Colors of #0554CF
Black with #0554CF
Text Example
Text Example
White with #0554CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0554CF; }
p { color: rgb(5,84,207); }
H1.HeaderClassName
{
color: #0554CF;
}
.AnyTagClassName
{
color: #0554CF;
}
</style>
background-color css
<style>
a { background-color: #0554CF; }
a { background-color: rgb(5,84,207); }
div.DivClassName
{
background-color: #0554CF;
}
.BgClassName
{
background-color: #0554CF;
}
</style>
border-color css
<style>
span { border-color: #0554CF; }
span { border-color: rgb(5,84,207); }
td.TdClassName
{
border-color: #0554CF;
}
.TagClassName
{
border-color: #0554CF;
}
</style>