Shades of Navy Blue #055BCD
Tints of Navy Blue #055BCD
RGB
CMYK
RGB Variations
Color information
#055BCD (or 0x055BCD) is known color: Navy Blue. HEX triplet: 05, 5B and CD. RGB value is (5,91,205). Sum of RGB (Red+Green+Blue) = 5+91+205=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #055BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BCD is #FAA432. Grayscale: #4D4D4D. Windows color (decimal): -16426035 or 13458181. OLE color: 13458181.
HSL color Cylindrical-coordinate representation of color #055BCD: hue angle of 214.2º 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 #055BCD is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 91 | 205 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.20 |
| HSL | 214.2º | 0.95% | 0.41% | - |
| HSV(B) | 214.2º | 0.98% | 0.8% | - |
| XYZ | 14.82 | 11.92 | 59.28 | - |
| YUV | 78.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 205 | 0.98 | 0.56 | 0 | 0.20 | 214.2 | 0.95 | 0.41 |
| Hex | 5 | 5B | CD | 62 | 38 | 0 | 14 | D6 | 5F | 29 |
| Octal | 5 | 133 | 315 | 142 | 70 | 0 | 24 | 326 | 137 | 51 |
| Binary | 101 | 1011011 | 11001101 | 1100010 | 111000 | 0 | 10100 | 11010110 | 1011111 | 101001 |
Color Harmonies of #055BCD
Complementary color
Monochromatic Colors of #055BCD
Black with #055BCD
Text Example
Text Example
White with #055BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BCD; }
p { color: rgb(5,91,205); }
H1.HeaderClassName
{
color: #055BCD;
}
.AnyTagClassName
{
color: #055BCD;
}
</style>
background-color css
<style>
a { background-color: #055BCD; }
a { background-color: rgb(5,91,205); }
div.DivClassName
{
background-color: #055BCD;
}
.BgClassName
{
background-color: #055BCD;
}
</style>
border-color css
<style>
span { border-color: #055BCD; }
span { border-color: rgb(5,91,205); }
td.TdClassName
{
border-color: #055BCD;
}
.TagClassName
{
border-color: #055BCD;
}
</style>