Shades of Navy Blue #005DD3
Tints of Navy Blue #005DD3
RGB
CMYK
RGB Variations
Color information
#005DD3 (or 0x005DD3) is known color: Navy Blue. HEX triplet: 00, 5D and D3. RGB value is (0,93,211). Sum of RGB (Red+Green+Blue) = 0+93+211=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 211 (82.81% from 255 or 69.41% from 304); Max value from RGB is 211 - color contains mainly: blue. Hex color #005DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DD3 is #FFA22C. Grayscale: #4E4E4E. Windows color (decimal): -16753197 or 13851904. OLE color: 13851904.
HSL color Cylindrical-coordinate representation of color #005DD3: hue angle of 213.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DD3 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 93 | 211 | - |
| CMYK | 1 | 0.56 | 0 | 0.17 |
| HSL | 213.55º | 1% | 0.41% | - |
| HSV(B) | 213.55º | 1% | 0.83% | - |
| XYZ | 15.67 | 12.53 | 63.22 | - |
| YUV | 78.65 | 202.69 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 211 | 1 | 0.56 | 0 | 0.17 | 213.55 | 1 | 0.41 |
| Hex | 0 | 5D | D3 | 64 | 38 | 0 | 11 | D6 | 64 | 29 |
| Octal | 0 | 135 | 323 | 144 | 70 | 0 | 21 | 326 | 144 | 51 |
| Binary | 0 | 1011101 | 11010011 | 1100100 | 111000 | 0 | 10001 | 11010110 | 1100100 | 101001 |
Color Harmonies of #005DD3
Complementary color
Monochromatic Colors of #005DD3
Black with #005DD3
Text Example
Text Example
White with #005DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DD3; }
p { color: rgb(0,93,211); }
H1.HeaderClassName
{
color: #005DD3;
}
.AnyTagClassName
{
color: #005DD3;
}
</style>
background-color css
<style>
a { background-color: #005DD3; }
a { background-color: rgb(0,93,211); }
div.DivClassName
{
background-color: #005DD3;
}
.BgClassName
{
background-color: #005DD3;
}
</style>
border-color css
<style>
span { border-color: #005DD3; }
span { border-color: rgb(0,93,211); }
td.TdClassName
{
border-color: #005DD3;
}
.TagClassName
{
border-color: #005DD3;
}
</style>