Shades of Navy Blue #005CDC
Tints of Navy Blue #005CDC
RGB
CMYK
RGB Variations
Color information
#005CDC (or 0x005CDC) is known color: Navy Blue. HEX triplet: 00, 5C and DC. RGB value is (0,92,220). Sum of RGB (Red+Green+Blue) = 0+92+220=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #005CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CDC is #FFA323. Grayscale: #4E4E4E. Windows color (decimal): -16753444 or 14441472. OLE color: 14441472.
HSL color Cylindrical-coordinate representation of color #005CDC: hue angle of 214.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CDC is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 92 | 220 | - |
| CMYK | 1 | 0.58 | 0 | 0.14 |
| HSL | 214.91º | 1% | 0.43% | - |
| HSV(B) | 214.91º | 1% | 0.86% | - |
| XYZ | 16.75 | 12.82 | 69.3 | - |
| YUV | 79.08 | 207.52 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 220 | 1 | 0.58 | 0 | 0.14 | 214.91 | 1 | 0.43 |
| Hex | 0 | 5C | DC | 64 | 3A | 0 | E | D7 | 64 | 2B |
| Octal | 0 | 134 | 334 | 144 | 72 | 0 | 16 | 327 | 144 | 53 |
| Binary | 0 | 1011100 | 11011100 | 1100100 | 111010 | 0 | 1110 | 11010111 | 1100100 | 101011 |
Color Harmonies of #005CDC
Complementary color
Monochromatic Colors of #005CDC
Black with #005CDC
Text Example
Text Example
White with #005CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CDC; }
p { color: rgb(0,92,220); }
H1.HeaderClassName
{
color: #005CDC;
}
.AnyTagClassName
{
color: #005CDC;
}
</style>
background-color css
<style>
a { background-color: #005CDC; }
a { background-color: rgb(0,92,220); }
div.DivClassName
{
background-color: #005CDC;
}
.BgClassName
{
background-color: #005CDC;
}
</style>
border-color css
<style>
span { border-color: #005CDC; }
span { border-color: rgb(0,92,220); }
td.TdClassName
{
border-color: #005CDC;
}
.TagClassName
{
border-color: #005CDC;
}
</style>