Shades of Navy Blue #005CD0
Tints of Navy Blue #005CD0
RGB
CMYK
RGB Variations
Color information
#005CD0 (or 0x005CD0) is known color: Navy Blue. HEX triplet: 00, 5C and D0. RGB value is (0,92,208). Sum of RGB (Red+Green+Blue) = 0+92+208=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 208 (81.64% from 255 or 69.33% from 300); Max value from RGB is 208 - color contains mainly: blue. Hex color #005CD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CD0 is #FFA32F. Grayscale: #4D4D4D. Windows color (decimal): -16753456 or 13655040. OLE color: 13655040.
HSL color Cylindrical-coordinate representation of color #005CD0: hue angle of 213.46º 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 #005CD0 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 92 | 208 | - |
| CMYK | 1 | 0.56 | 0 | 0.18 |
| HSL | 213.46º | 1% | 0.41% | - |
| HSV(B) | 213.46º | 1% | 0.82% | - |
| XYZ | 15.21 | 12.21 | 61.23 | - |
| YUV | 77.72 | 201.52 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 208 | 1 | 0.56 | 0 | 0.18 | 213.46 | 1 | 0.41 |
| Hex | 0 | 5C | D0 | 64 | 38 | 0 | 12 | D5 | 64 | 29 |
| Octal | 0 | 134 | 320 | 144 | 70 | 0 | 22 | 325 | 144 | 51 |
| Binary | 0 | 1011100 | 11010000 | 1100100 | 111000 | 0 | 10010 | 11010101 | 1100100 | 101001 |
Color Harmonies of #005CD0
Complementary color
Monochromatic Colors of #005CD0
Black with #005CD0
Text Example
Text Example
White with #005CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CD0; }
p { color: rgb(0,92,208); }
H1.HeaderClassName
{
color: #005CD0;
}
.AnyTagClassName
{
color: #005CD0;
}
</style>
background-color css
<style>
a { background-color: #005CD0; }
a { background-color: rgb(0,92,208); }
div.DivClassName
{
background-color: #005CD0;
}
.BgClassName
{
background-color: #005CD0;
}
</style>
border-color css
<style>
span { border-color: #005CD0; }
span { border-color: rgb(0,92,208); }
td.TdClassName
{
border-color: #005CD0;
}
.TagClassName
{
border-color: #005CD0;
}
</style>