Shades of Navy Blue #005DCE
Tints of Navy Blue #005DCE
RGB
CMYK
RGB Variations
Color information
#005DCE (or 0x005DCE) is known color: Navy Blue. HEX triplet: 00, 5D and CE. RGB value is (0,93,206). Sum of RGB (Red+Green+Blue) = 0+93+206=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #005DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DCE is #FFA231. Grayscale: #4D4D4D. Windows color (decimal): -16753202 or 13524224. OLE color: 13524224.
HSL color Cylindrical-coordinate representation of color #005DCE: hue angle of 212.91º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DCE is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 93 | 206 | - |
| CMYK | 1 | 0.55 | 0 | 0.19 |
| HSL | 212.91º | 1% | 0.4% | - |
| HSV(B) | 212.91º | 1% | 0.81% | - |
| XYZ | 15.05 | 12.28 | 59.97 | - |
| YUV | 78.08 | 200.19 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 206 | 1 | 0.55 | 0 | 0.19 | 212.91 | 1 | 0.4 |
| Hex | 0 | 5D | CE | 64 | 37 | 0 | 13 | D5 | 64 | 28 |
| Octal | 0 | 135 | 316 | 144 | 67 | 0 | 23 | 325 | 144 | 50 |
| Binary | 0 | 1011101 | 11001110 | 1100100 | 110111 | 0 | 10011 | 11010101 | 1100100 | 101000 |
Color Harmonies of #005DCE
Complementary color
Monochromatic Colors of #005DCE
Black with #005DCE
Text Example
Text Example
White with #005DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DCE; }
p { color: rgb(0,93,206); }
H1.HeaderClassName
{
color: #005DCE;
}
.AnyTagClassName
{
color: #005DCE;
}
</style>
background-color css
<style>
a { background-color: #005DCE; }
a { background-color: rgb(0,93,206); }
div.DivClassName
{
background-color: #005DCE;
}
.BgClassName
{
background-color: #005DCE;
}
</style>
border-color css
<style>
span { border-color: #005DCE; }
span { border-color: rgb(0,93,206); }
td.TdClassName
{
border-color: #005DCE;
}
.TagClassName
{
border-color: #005DCE;
}
</style>