Shades of Navy Blue #1185DA
Tints of Navy Blue #1185DA
RGB
CMYK
RGB Variations
Color information
#1185DA (or 0x1185DA) is known color: Navy Blue. HEX triplet: 11, 85 and DA. RGB value is (17,133,218). Sum of RGB (Red+Green+Blue) = 17+133+218=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #1185DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1185DA is #EE7A25. Grayscale: #6B6B6B. Windows color (decimal): -15628838 or 14320913. OLE color: 14320913.
HSL color Cylindrical-coordinate representation of color #1185DA: hue angle of 205.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1185DA is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 133 | 218 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.15 |
| HSL | 205.37º | 0.86% | 0.46% | - |
| HSV(B) | 205.37º | 0.92% | 0.85% | - |
| XYZ | 21.27 | 21.96 | 69.45 | - |
| YUV | 108.01 | 190.07 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 218 | 0.92 | 0.39 | 0 | 0.15 | 205.37 | 0.86 | 0.46 |
| Hex | 11 | 85 | DA | 5C | 27 | 0 | F | CD | 56 | 2E |
| Octal | 21 | 205 | 332 | 134 | 47 | 0 | 17 | 315 | 126 | 56 |
| Binary | 10001 | 10000101 | 11011010 | 1011100 | 100111 | 0 | 1111 | 11001101 | 1010110 | 101110 |
Color Harmonies of #1185DA
Complementary color
Monochromatic Colors of #1185DA
Black with #1185DA
Text Example
Text Example
White with #1185DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1185DA; }
p { color: rgb(17,133,218); }
H1.HeaderClassName
{
color: #1185DA;
}
.AnyTagClassName
{
color: #1185DA;
}
</style>
background-color css
<style>
a { background-color: #1185DA; }
a { background-color: rgb(17,133,218); }
div.DivClassName
{
background-color: #1185DA;
}
.BgClassName
{
background-color: #1185DA;
}
</style>
border-color css
<style>
span { border-color: #1185DA; }
span { border-color: rgb(17,133,218); }
td.TdClassName
{
border-color: #1185DA;
}
.TagClassName
{
border-color: #1185DA;
}
</style>