Shades of Navy Blue #0557CC
Tints of Navy Blue #0557CC
RGB
CMYK
RGB Variations
Color information
#0557CC (or 0x0557CC) is known color: Navy Blue. HEX triplet: 05, 57 and CC. RGB value is (5,87,204). Sum of RGB (Red+Green+Blue) = 5+87+204=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #0557CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0557CC is #FAA833. Grayscale: #4B4B4B. Windows color (decimal): -16427060 or 13391621. OLE color: 13391621.
HSL color Cylindrical-coordinate representation of color #0557CC: hue angle of 215.28º 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 #0557CC is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 87 | 204 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.2 |
| HSL | 215.28º | 0.95% | 0.41% | - |
| HSV(B) | 215.28º | 0.98% | 0.8% | - |
| XYZ | 14.37 | 11.21 | 58.53 | - |
| YUV | 75.82 | 200.33 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 204 | 0.98 | 0.57 | 0 | 0.2 | 215.28 | 0.95 | 0.41 |
| Hex | 5 | 57 | CC | 62 | 39 | 0 | 14 | D7 | 5F | 29 |
| Octal | 5 | 127 | 314 | 142 | 71 | 0 | 24 | 327 | 137 | 51 |
| Binary | 101 | 1010111 | 11001100 | 1100010 | 111001 | 0 | 10100 | 11010111 | 1011111 | 101001 |
Color Harmonies of #0557CC
Complementary color
Monochromatic Colors of #0557CC
Black with #0557CC
Text Example
Text Example
White with #0557CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0557CC; }
p { color: rgb(5,87,204); }
H1.HeaderClassName
{
color: #0557CC;
}
.AnyTagClassName
{
color: #0557CC;
}
</style>
background-color css
<style>
a { background-color: #0557CC; }
a { background-color: rgb(5,87,204); }
div.DivClassName
{
background-color: #0557CC;
}
.BgClassName
{
background-color: #0557CC;
}
</style>
border-color css
<style>
span { border-color: #0557CC; }
span { border-color: rgb(5,87,204); }
td.TdClassName
{
border-color: #0557CC;
}
.TagClassName
{
border-color: #0557CC;
}
</style>