Shades of Navy Blue #005DC0
Tints of Navy Blue #005DC0
RGB
CMYK
RGB Variations
Color information
#005DC0 (or 0x005DC0) is known color: Navy Blue. HEX triplet: 00, 5D and C0. RGB value is (0,93,192). Sum of RGB (Red+Green+Blue) = 0+93+192=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #005DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DC0 is #FFA23F. Grayscale: #4B4B4B. Windows color (decimal): -16753216 or 12606720. OLE color: 12606720.
HSL color Cylindrical-coordinate representation of color #005DC0: hue angle of 210.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DC0 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 93 | 192 | - |
| CMYK | 1 | 0.52 | 0 | 0.25 |
| HSL | 210.94º | 1% | 0.38% | - |
| HSV(B) | 210.94º | 1% | 0.75% | - |
| XYZ | 13.43 | 11.63 | 51.41 | - |
| YUV | 76.48 | 193.19 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 192 | 1 | 0.52 | 0 | 0.25 | 210.94 | 1 | 0.38 |
| Hex | 0 | 5D | C0 | 64 | 34 | 0 | 19 | D3 | 64 | 26 |
| Octal | 0 | 135 | 300 | 144 | 64 | 0 | 31 | 323 | 144 | 46 |
| Binary | 0 | 1011101 | 11000000 | 1100100 | 110100 | 0 | 11001 | 11010011 | 1100100 | 100110 |
Color Harmonies of #005DC0
Complementary color
Monochromatic Colors of #005DC0
Black with #005DC0
Text Example
Text Example
White with #005DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DC0; }
p { color: rgb(0,93,192); }
H1.HeaderClassName
{
color: #005DC0;
}
.AnyTagClassName
{
color: #005DC0;
}
</style>
background-color css
<style>
a { background-color: #005DC0; }
a { background-color: rgb(0,93,192); }
div.DivClassName
{
background-color: #005DC0;
}
.BgClassName
{
background-color: #005DC0;
}
</style>
border-color css
<style>
span { border-color: #005DC0; }
span { border-color: rgb(0,93,192); }
td.TdClassName
{
border-color: #005DC0;
}
.TagClassName
{
border-color: #005DC0;
}
</style>