Shades of Navy Blue #055FCD
Tints of Navy Blue #055FCD
RGB
CMYK
RGB Variations
Color information
#055FCD (or 0x055FCD) is known color: Navy Blue. HEX triplet: 05, 5F and CD. RGB value is (5,95,205). Sum of RGB (Red+Green+Blue) = 5+95+205=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #055FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FCD is #FAA032. Grayscale: #505050. Windows color (decimal): -16425011 or 13459205. OLE color: 13459205.
HSL color Cylindrical-coordinate representation of color #055FCD: hue angle of 213º 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 #055FCD is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 95 | 205 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.20 |
| HSL | 213º | 0.95% | 0.41% | - |
| HSV(B) | 213º | 0.98% | 0.8% | - |
| XYZ | 15.17 | 12.62 | 59.39 | - |
| YUV | 80.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 205 | 0.98 | 0.54 | 0 | 0.20 | 213 | 0.95 | 0.41 |
| Hex | 5 | 5F | CD | 62 | 36 | 0 | 14 | D5 | 5F | 29 |
| Octal | 5 | 137 | 315 | 142 | 66 | 0 | 24 | 325 | 137 | 51 |
| Binary | 101 | 1011111 | 11001101 | 1100010 | 110110 | 0 | 10100 | 11010101 | 1011111 | 101001 |
Color Harmonies of #055FCD
Complementary color
Monochromatic Colors of #055FCD
Black with #055FCD
Text Example
Text Example
White with #055FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055FCD; }
p { color: rgb(5,95,205); }
H1.HeaderClassName
{
color: #055FCD;
}
.AnyTagClassName
{
color: #055FCD;
}
</style>
background-color css
<style>
a { background-color: #055FCD; }
a { background-color: rgb(5,95,205); }
div.DivClassName
{
background-color: #055FCD;
}
.BgClassName
{
background-color: #055FCD;
}
</style>
border-color css
<style>
span { border-color: #055FCD; }
span { border-color: rgb(5,95,205); }
td.TdClassName
{
border-color: #055FCD;
}
.TagClassName
{
border-color: #055FCD;
}
</style>