Shades of Navy Blue #1185DC
Tints of Navy Blue #1185DC
RGB
CMYK
RGB Variations
Color information
#1185DC (or 0x1185DC) is known color: Navy Blue. HEX triplet: 11, 85 and DC. RGB value is (17,133,220). Sum of RGB (Red+Green+Blue) = 17+133+220=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #1185DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185DC is #EE7A23. Grayscale: #6B6B6B. Windows color (decimal): -15628836 or 14451985. OLE color: 14451985.
HSL color Cylindrical-coordinate representation of color #1185DC: hue angle of 205.71º 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 #1185DC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 133 | 220 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.14 |
| HSL | 205.71º | 0.86% | 0.46% | - |
| HSV(B) | 205.71º | 0.92% | 0.86% | - |
| XYZ | 21.54 | 22.06 | 70.83 | - |
| YUV | 108.23 | 191.07 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 220 | 0.92 | 0.40 | 0 | 0.14 | 205.71 | 0.86 | 0.46 |
| Hex | 11 | 85 | DC | 5C | 28 | 0 | E | CE | 56 | 2E |
| Octal | 21 | 205 | 334 | 134 | 50 | 0 | 16 | 316 | 126 | 56 |
| Binary | 10001 | 10000101 | 11011100 | 1011100 | 101000 | 0 | 1110 | 11001110 | 1010110 | 101110 |
Color Harmonies of #1185DC
Complementary color
Monochromatic Colors of #1185DC
Black with #1185DC
Text Example
Text Example
White with #1185DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185DC; }
p { color: rgb(17,133,220); }
H1.HeaderClassName
{
color: #1185DC;
}
.AnyTagClassName
{
color: #1185DC;
}
</style>
background-color css
<style>
a { background-color: #1185DC; }
a { background-color: rgb(17,133,220); }
div.DivClassName
{
background-color: #1185DC;
}
.BgClassName
{
background-color: #1185DC;
}
</style>
border-color css
<style>
span { border-color: #1185DC; }
span { border-color: rgb(17,133,220); }
td.TdClassName
{
border-color: #1185DC;
}
.TagClassName
{
border-color: #1185DC;
}
</style>