Shades of Navy Blue #005CD1
Tints of Navy Blue #005CD1
RGB
CMYK
RGB Variations
Color information
#005CD1 (or 0x005CD1) is known color: Navy Blue. HEX triplet: 00, 5C and D1. RGB value is (0,92,209). Sum of RGB (Red+Green+Blue) = 0+92+209=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 209 (82.03% from 255 or 69.44% from 301); Max value from RGB is 209 - color contains mainly: blue. Hex color #005CD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CD1 is #FFA32E. Grayscale: #4D4D4D. Windows color (decimal): -16753455 or 13720576. OLE color: 13720576.
HSL color Cylindrical-coordinate representation of color #005CD1: hue angle of 213.59º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CD1 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 92 | 209 | - |
| CMYK | 1 | 0.56 | 0 | 0.18 |
| HSL | 213.59º | 1% | 0.41% | - |
| HSV(B) | 213.59º | 1% | 0.82% | - |
| XYZ | 15.34 | 12.26 | 61.88 | - |
| YUV | 77.83 | 202.02 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 209 | 1 | 0.56 | 0 | 0.18 | 213.59 | 1 | 0.41 |
| Hex | 0 | 5C | D1 | 64 | 38 | 0 | 12 | D6 | 64 | 29 |
| Octal | 0 | 134 | 321 | 144 | 70 | 0 | 22 | 326 | 144 | 51 |
| Binary | 0 | 1011100 | 11010001 | 1100100 | 111000 | 0 | 10010 | 11010110 | 1100100 | 101001 |
Color Harmonies of #005CD1
Complementary color
Monochromatic Colors of #005CD1
Black with #005CD1
Text Example
Text Example
White with #005CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CD1; }
p { color: rgb(0,92,209); }
H1.HeaderClassName
{
color: #005CD1;
}
.AnyTagClassName
{
color: #005CD1;
}
</style>
background-color css
<style>
a { background-color: #005CD1; }
a { background-color: rgb(0,92,209); }
div.DivClassName
{
background-color: #005CD1;
}
.BgClassName
{
background-color: #005CD1;
}
</style>
border-color css
<style>
span { border-color: #005CD1; }
span { border-color: rgb(0,92,209); }
td.TdClassName
{
border-color: #005CD1;
}
.TagClassName
{
border-color: #005CD1;
}
</style>