Shades of Navy Blue #0555C5
Tints of Navy Blue #0555C5
RGB
CMYK
RGB Variations
Color information
#0555C5 (or 0x0555C5) is known color: Navy Blue. HEX triplet: 05, 55 and C5. RGB value is (5,85,197). Sum of RGB (Red+Green+Blue) = 5+85+197=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 197 (77.34% from 255 or 68.64% from 287); Max value from RGB is 197 - color contains mainly: blue. Hex color #0555C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0555C5 is #FAAA3A. Grayscale: #494949. Windows color (decimal): -16427579 or 12932357. OLE color: 12932357.
HSL color Cylindrical-coordinate representation of color #0555C5: hue angle of 215º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0555C5 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 85 | 197 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.23 |
| HSL | 215º | 0.95% | 0.4% | - |
| HSV(B) | 215º | 0.97% | 0.77% | - |
| XYZ | 13.39 | 10.56 | 54.16 | - |
| YUV | 73.85 | 197.5 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 197 | 0.97 | 0.57 | 0 | 0.23 | 215 | 0.95 | 0.4 |
| Hex | 5 | 55 | C5 | 61 | 39 | 0 | 17 | D7 | 5F | 28 |
| Octal | 5 | 125 | 305 | 141 | 71 | 0 | 27 | 327 | 137 | 50 |
| Binary | 101 | 1010101 | 11000101 | 1100001 | 111001 | 0 | 10111 | 11010111 | 1011111 | 101000 |
Color Harmonies of #0555C5
Complementary color
Monochromatic Colors of #0555C5
Black with #0555C5
Text Example
Text Example
White with #0555C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0555C5; }
p { color: rgb(5,85,197); }
H1.HeaderClassName
{
color: #0555C5;
}
.AnyTagClassName
{
color: #0555C5;
}
</style>
background-color css
<style>
a { background-color: #0555C5; }
a { background-color: rgb(5,85,197); }
div.DivClassName
{
background-color: #0555C5;
}
.BgClassName
{
background-color: #0555C5;
}
</style>
border-color css
<style>
span { border-color: #0555C5; }
span { border-color: rgb(5,85,197); }
td.TdClassName
{
border-color: #0555C5;
}
.TagClassName
{
border-color: #0555C5;
}
</style>