Shades of Navy Blue #055DCD
Tints of Navy Blue #055DCD
RGB
CMYK
RGB Variations
Color information
#055DCD (or 0x055DCD) is known color: Navy Blue. HEX triplet: 05, 5D and CD. RGB value is (5,93,205). Sum of RGB (Red+Green+Blue) = 5+93+205=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #055DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DCD is #FAA232. Grayscale: #4E4E4E. Windows color (decimal): -16425523 or 13458693. OLE color: 13458693.
HSL color Cylindrical-coordinate representation of color #055DCD: hue angle of 213.6º 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 #055DCD is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 93 | 205 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.20 |
| HSL | 213.6º | 0.95% | 0.41% | - |
| HSV(B) | 213.6º | 0.98% | 0.8% | - |
| XYZ | 15 | 12.27 | 59.34 | - |
| YUV | 79.46 | 198.85 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 205 | 0.98 | 0.55 | 0 | 0.20 | 213.6 | 0.95 | 0.41 |
| Hex | 5 | 5D | CD | 62 | 37 | 0 | 14 | D6 | 5F | 29 |
| Octal | 5 | 135 | 315 | 142 | 67 | 0 | 24 | 326 | 137 | 51 |
| Binary | 101 | 1011101 | 11001101 | 1100010 | 110111 | 0 | 10100 | 11010110 | 1011111 | 101001 |
Color Harmonies of #055DCD
Complementary color
Monochromatic Colors of #055DCD
Black with #055DCD
Text Example
Text Example
White with #055DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055DCD; }
p { color: rgb(5,93,205); }
H1.HeaderClassName
{
color: #055DCD;
}
.AnyTagClassName
{
color: #055DCD;
}
</style>
background-color css
<style>
a { background-color: #055DCD; }
a { background-color: rgb(5,93,205); }
div.DivClassName
{
background-color: #055DCD;
}
.BgClassName
{
background-color: #055DCD;
}
</style>
border-color css
<style>
span { border-color: #055DCD; }
span { border-color: rgb(5,93,205); }
td.TdClassName
{
border-color: #055DCD;
}
.TagClassName
{
border-color: #055DCD;
}
</style>