Shades of Navy Blue #005CDE
Tints of Navy Blue #005CDE
RGB
CMYK
RGB Variations
Color information
#005CDE (or 0x005CDE) is known color: Navy Blue. HEX triplet: 00, 5C and DE. RGB value is (0,92,222). Sum of RGB (Red+Green+Blue) = 0+92+222=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #005CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CDE is #FFA321. Grayscale: #4E4E4E. Windows color (decimal): -16753442 or 14572544. OLE color: 14572544.
HSL color Cylindrical-coordinate representation of color #005CDE: hue angle of 215.14º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CDE is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 92 | 222 | - |
| CMYK | 1 | 0.59 | 0 | 0.13 |
| HSL | 215.14º | 1% | 0.44% | - |
| HSV(B) | 215.14º | 1% | 0.87% | - |
| XYZ | 17.01 | 12.93 | 70.71 | - |
| YUV | 79.31 | 208.52 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 222 | 1 | 0.59 | 0 | 0.13 | 215.14 | 1 | 0.44 |
| Hex | 0 | 5C | DE | 64 | 3B | 0 | D | D7 | 64 | 2C |
| Octal | 0 | 134 | 336 | 144 | 73 | 0 | 15 | 327 | 144 | 54 |
| Binary | 0 | 1011100 | 11011110 | 1100100 | 111011 | 0 | 1101 | 11010111 | 1100100 | 101100 |
Color Harmonies of #005CDE
Complementary color
Monochromatic Colors of #005CDE
Black with #005CDE
Text Example
Text Example
White with #005CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005CDE; }
p { color: rgb(0,92,222); }
H1.HeaderClassName
{
color: #005CDE;
}
.AnyTagClassName
{
color: #005CDE;
}
</style>
background-color css
<style>
a { background-color: #005CDE; }
a { background-color: rgb(0,92,222); }
div.DivClassName
{
background-color: #005CDE;
}
.BgClassName
{
background-color: #005CDE;
}
</style>
border-color css
<style>
span { border-color: #005CDE; }
span { border-color: rgb(0,92,222); }
td.TdClassName
{
border-color: #005CDE;
}
.TagClassName
{
border-color: #005CDE;
}
</style>