Shades of Navy Blue #055DCA
Tints of Navy Blue #055DCA
RGB
CMYK
RGB Variations
Color information
#055DCA (or 0x055DCA) is known color: Navy Blue. HEX triplet: 05, 5D and CA. RGB value is (5,93,202). Sum of RGB (Red+Green+Blue) = 5+93+202=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #055DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DCA is #FAA235. Grayscale: #4E4E4E. Windows color (decimal): -16425526 or 13262085. OLE color: 13262085.
HSL color Cylindrical-coordinate representation of color #055DCA: hue angle of 213.2º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055DCA is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 93 | 202 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.21 |
| HSL | 213.2º | 0.95% | 0.41% | - |
| HSV(B) | 213.2º | 0.98% | 0.79% | - |
| XYZ | 14.64 | 12.13 | 57.45 | - |
| YUV | 79.11 | 197.35 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 202 | 0.98 | 0.54 | 0 | 0.21 | 213.2 | 0.95 | 0.41 |
| Hex | 5 | 5D | CA | 62 | 36 | 0 | 15 | D5 | 5F | 29 |
| Octal | 5 | 135 | 312 | 142 | 66 | 0 | 25 | 325 | 137 | 51 |
| Binary | 101 | 1011101 | 11001010 | 1100010 | 110110 | 0 | 10101 | 11010101 | 1011111 | 101001 |
Color Harmonies of #055DCA
Complementary color
Monochromatic Colors of #055DCA
Black with #055DCA
Text Example
Text Example
White with #055DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055DCA; }
p { color: rgb(5,93,202); }
H1.HeaderClassName
{
color: #055DCA;
}
.AnyTagClassName
{
color: #055DCA;
}
</style>
background-color css
<style>
a { background-color: #055DCA; }
a { background-color: rgb(5,93,202); }
div.DivClassName
{
background-color: #055DCA;
}
.BgClassName
{
background-color: #055DCA;
}
</style>
border-color css
<style>
span { border-color: #055DCA; }
span { border-color: rgb(5,93,202); }
td.TdClassName
{
border-color: #055DCA;
}
.TagClassName
{
border-color: #055DCA;
}
</style>