Shades of Navy Blue #005FDC
Tints of Navy Blue #005FDC
RGB
CMYK
RGB Variations
Color information
#005FDC (or 0x005FDC) is known color: Navy Blue. HEX triplet: 00, 5F and DC. RGB value is (0,95,220). Sum of RGB (Red+Green+Blue) = 0+95+220=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #005FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FDC is #FFA023. Grayscale: #505050. Windows color (decimal): -16752676 or 14442240. OLE color: 14442240.
HSL color Cylindrical-coordinate representation of color #005FDC: hue angle of 214.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FDC is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 95 | 220 | - |
| CMYK | 1 | 0.57 | 0 | 0.14 |
| HSL | 214.09º | 1% | 0.43% | - |
| HSV(B) | 214.09º | 1% | 0.86% | - |
| XYZ | 17.01 | 13.35 | 69.39 | - |
| YUV | 80.85 | 206.53 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 220 | 1 | 0.57 | 0 | 0.14 | 214.09 | 1 | 0.43 |
| Hex | 0 | 5F | DC | 64 | 39 | 0 | E | D6 | 64 | 2B |
| Octal | 0 | 137 | 334 | 144 | 71 | 0 | 16 | 326 | 144 | 53 |
| Binary | 0 | 1011111 | 11011100 | 1100100 | 111001 | 0 | 1110 | 11010110 | 1100100 | 101011 |
Color Harmonies of #005FDC
Complementary color
Monochromatic Colors of #005FDC
Black with #005FDC
Text Example
Text Example
White with #005FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FDC; }
p { color: rgb(0,95,220); }
H1.HeaderClassName
{
color: #005FDC;
}
.AnyTagClassName
{
color: #005FDC;
}
</style>
background-color css
<style>
a { background-color: #005FDC; }
a { background-color: rgb(0,95,220); }
div.DivClassName
{
background-color: #005FDC;
}
.BgClassName
{
background-color: #005FDC;
}
</style>
border-color css
<style>
span { border-color: #005FDC; }
span { border-color: rgb(0,95,220); }
td.TdClassName
{
border-color: #005FDC;
}
.TagClassName
{
border-color: #005FDC;
}
</style>