Shades of Navy Blue #0555CB
Tints of Navy Blue #0555CB
RGB
CMYK
RGB Variations
Color information
#0555CB (or 0x0555CB) is known color: Navy Blue. HEX triplet: 05, 55 and CB. RGB value is (5,85,203). Sum of RGB (Red+Green+Blue) = 5+85+203=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #0555CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0555CB is #FAAA34. Grayscale: #494949. Windows color (decimal): -16427573 or 13325573. OLE color: 13325573.
HSL color Cylindrical-coordinate representation of color #0555CB: hue angle of 215.76º 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 #0555CB is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 85 | 203 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.20 |
| HSL | 215.76º | 0.95% | 0.41% | - |
| HSV(B) | 215.76º | 0.98% | 0.8% | - |
| XYZ | 14.09 | 10.84 | 57.85 | - |
| YUV | 74.53 | 200.5 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 203 | 0.98 | 0.58 | 0 | 0.20 | 215.76 | 0.95 | 0.41 |
| Hex | 5 | 55 | CB | 62 | 3A | 0 | 14 | D8 | 5F | 29 |
| Octal | 5 | 125 | 313 | 142 | 72 | 0 | 24 | 330 | 137 | 51 |
| Binary | 101 | 1010101 | 11001011 | 1100010 | 111010 | 0 | 10100 | 11011000 | 1011111 | 101001 |
Color Harmonies of #0555CB
Complementary color
Monochromatic Colors of #0555CB
Black with #0555CB
Text Example
Text Example
White with #0555CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0555CB; }
p { color: rgb(5,85,203); }
H1.HeaderClassName
{
color: #0555CB;
}
.AnyTagClassName
{
color: #0555CB;
}
</style>
background-color css
<style>
a { background-color: #0555CB; }
a { background-color: rgb(5,85,203); }
div.DivClassName
{
background-color: #0555CB;
}
.BgClassName
{
background-color: #0555CB;
}
</style>
border-color css
<style>
span { border-color: #0555CB; }
span { border-color: rgb(5,85,203); }
td.TdClassName
{
border-color: #0555CB;
}
.TagClassName
{
border-color: #0555CB;
}
</style>