Shades of Navy Blue #115FDC
Tints of Navy Blue #115FDC
RGB
CMYK
RGB Variations
Color information
#115FDC (or 0x115FDC) is known color: Navy Blue. HEX triplet: 11, 5F and DC. RGB value is (17,95,220). Sum of RGB (Red+Green+Blue) = 17+95+220=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #115FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FDC is #EEA023. Grayscale: #555555. Windows color (decimal): -15638564 or 14442257. OLE color: 14442257.
HSL color Cylindrical-coordinate representation of color #115FDC: hue angle of 216.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115FDC is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 95 | 220 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.14 |
| HSL | 216.95º | 0.86% | 0.46% | - |
| HSV(B) | 216.95º | 0.92% | 0.86% | - |
| XYZ | 17.24 | 13.47 | 69.4 | - |
| YUV | 85.93 | 203.66 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 220 | 0.92 | 0.57 | 0 | 0.14 | 216.95 | 0.86 | 0.46 |
| Hex | 11 | 5F | DC | 5C | 39 | 0 | E | D9 | 56 | 2E |
| Octal | 21 | 137 | 334 | 134 | 71 | 0 | 16 | 331 | 126 | 56 |
| Binary | 10001 | 1011111 | 11011100 | 1011100 | 111001 | 0 | 1110 | 11011001 | 1010110 | 101110 |
Color Harmonies of #115FDC
Complementary color
Monochromatic Colors of #115FDC
Black with #115FDC
Text Example
Text Example
White with #115FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FDC; }
p { color: rgb(17,95,220); }
H1.HeaderClassName
{
color: #115FDC;
}
.AnyTagClassName
{
color: #115FDC;
}
</style>
background-color css
<style>
a { background-color: #115FDC; }
a { background-color: rgb(17,95,220); }
div.DivClassName
{
background-color: #115FDC;
}
.BgClassName
{
background-color: #115FDC;
}
</style>
border-color css
<style>
span { border-color: #115FDC; }
span { border-color: rgb(17,95,220); }
td.TdClassName
{
border-color: #115FDC;
}
.TagClassName
{
border-color: #115FDC;
}
</style>