Shades of Navy Blue #0554CC
Tints of Navy Blue #0554CC
RGB
CMYK
RGB Variations
Color information
#0554CC (or 0x0554CC) is known color: Navy Blue. HEX triplet: 05, 54 and CC. RGB value is (5,84,204). Sum of RGB (Red+Green+Blue) = 5+84+204=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #0554CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0554CC is #FAAB33. Grayscale: #494949. Windows color (decimal): -16427828 or 13390853. OLE color: 13390853.
HSL color Cylindrical-coordinate representation of color #0554CC: hue angle of 216.18º 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 #0554CC is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 84 | 204 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.2 |
| HSL | 216.18º | 0.95% | 0.41% | - |
| HSV(B) | 216.18º | 0.98% | 0.8% | - |
| XYZ | 14.13 | 10.73 | 58.45 | - |
| YUV | 74.06 | 201.33 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 204 | 0.98 | 0.59 | 0 | 0.2 | 216.18 | 0.95 | 0.41 |
| Hex | 5 | 54 | CC | 62 | 3B | 0 | 14 | D8 | 5F | 29 |
| Octal | 5 | 124 | 314 | 142 | 73 | 0 | 24 | 330 | 137 | 51 |
| Binary | 101 | 1010100 | 11001100 | 1100010 | 111011 | 0 | 10100 | 11011000 | 1011111 | 101001 |
Color Harmonies of #0554CC
Complementary color
Monochromatic Colors of #0554CC
Black with #0554CC
Text Example
Text Example
White with #0554CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0554CC; }
p { color: rgb(5,84,204); }
H1.HeaderClassName
{
color: #0554CC;
}
.AnyTagClassName
{
color: #0554CC;
}
</style>
background-color css
<style>
a { background-color: #0554CC; }
a { background-color: rgb(5,84,204); }
div.DivClassName
{
background-color: #0554CC;
}
.BgClassName
{
background-color: #0554CC;
}
</style>
border-color css
<style>
span { border-color: #0554CC; }
span { border-color: rgb(5,84,204); }
td.TdClassName
{
border-color: #0554CC;
}
.TagClassName
{
border-color: #0554CC;
}
</style>