Shades of Navy Blue #0555C6
Tints of Navy Blue #0555C6
RGB
CMYK
RGB Variations
Color information
#0555C6 (or 0x0555C6) is known color: Navy Blue. HEX triplet: 05, 55 and C6. RGB value is (5,85,198). Sum of RGB (Red+Green+Blue) = 5+85+198=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 198 (77.73% from 255 or 68.75% from 288); Max value from RGB is 198 - color contains mainly: blue. Hex color #0555C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0555C6 is #FAAA39. Grayscale: #494949. Windows color (decimal): -16427578 or 12997893. OLE color: 12997893.
HSL color Cylindrical-coordinate representation of color #0555C6: hue angle of 215.13º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0555C6 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 85 | 198 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.22 |
| HSL | 215.13º | 0.95% | 0.4% | - |
| HSV(B) | 215.13º | 0.97% | 0.78% | - |
| XYZ | 13.5 | 10.61 | 54.76 | - |
| YUV | 73.96 | 198 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 198 | 0.97 | 0.57 | 0 | 0.22 | 215.13 | 0.95 | 0.4 |
| Hex | 5 | 55 | C6 | 61 | 39 | 0 | 16 | D7 | 5F | 28 |
| Octal | 5 | 125 | 306 | 141 | 71 | 0 | 26 | 327 | 137 | 50 |
| Binary | 101 | 1010101 | 11000110 | 1100001 | 111001 | 0 | 10110 | 11010111 | 1011111 | 101000 |
Color Harmonies of #0555C6
Complementary color
Monochromatic Colors of #0555C6
Black with #0555C6
Text Example
Text Example
White with #0555C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0555C6; }
p { color: rgb(5,85,198); }
H1.HeaderClassName
{
color: #0555C6;
}
.AnyTagClassName
{
color: #0555C6;
}
</style>
background-color css
<style>
a { background-color: #0555C6; }
a { background-color: rgb(5,85,198); }
div.DivClassName
{
background-color: #0555C6;
}
.BgClassName
{
background-color: #0555C6;
}
</style>
border-color css
<style>
span { border-color: #0555C6; }
span { border-color: rgb(5,85,198); }
td.TdClassName
{
border-color: #0555C6;
}
.TagClassName
{
border-color: #0555C6;
}
</style>