Shades of Navy Blue #005CD4
Tints of Navy Blue #005CD4
RGB
CMYK
RGB Variations
Color information
#005CD4 (or 0x005CD4) is known color: Navy Blue. HEX triplet: 00, 5C and D4. RGB value is (0,92,212). Sum of RGB (Red+Green+Blue) = 0+92+212=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 212 (83.20% from 255 or 69.74% from 304); Max value from RGB is 212 - color contains mainly: blue. Hex color #005CD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CD4 is #FFA32B. Grayscale: #4D4D4D. Windows color (decimal): -16753452 or 13917184. OLE color: 13917184.
HSL color Cylindrical-coordinate representation of color #005CD4: hue angle of 213.96º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CD4 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 92 | 212 | - |
| CMYK | 1 | 0.57 | 0 | 0.17 |
| HSL | 213.96º | 1% | 0.42% | - |
| HSV(B) | 213.96º | 1% | 0.83% | - |
| XYZ | 15.71 | 12.41 | 63.85 | - |
| YUV | 78.17 | 203.52 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 212 | 1 | 0.57 | 0 | 0.17 | 213.96 | 1 | 0.42 |
| Hex | 0 | 5C | D4 | 64 | 39 | 0 | 11 | D6 | 64 | 2A |
| Octal | 0 | 134 | 324 | 144 | 71 | 0 | 21 | 326 | 144 | 52 |
| Binary | 0 | 1011100 | 11010100 | 1100100 | 111001 | 0 | 10001 | 11010110 | 1100100 | 101010 |
Color Harmonies of #005CD4
Complementary color
Monochromatic Colors of #005CD4
Black with #005CD4
Text Example
Text Example
White with #005CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CD4; }
p { color: rgb(0,92,212); }
H1.HeaderClassName
{
color: #005CD4;
}
.AnyTagClassName
{
color: #005CD4;
}
</style>
background-color css
<style>
a { background-color: #005CD4; }
a { background-color: rgb(0,92,212); }
div.DivClassName
{
background-color: #005CD4;
}
.BgClassName
{
background-color: #005CD4;
}
</style>
border-color css
<style>
span { border-color: #005CD4; }
span { border-color: rgb(0,92,212); }
td.TdClassName
{
border-color: #005CD4;
}
.TagClassName
{
border-color: #005CD4;
}
</style>