Shades of Navy Blue #1785D5
Tints of Navy Blue #1785D5
RGB
CMYK
RGB Variations
Color information
#1785D5 (or 0x1785D5) is known color: Navy Blue. HEX triplet: 17, 85 and D5. RGB value is (23,133,213). Sum of RGB (Red+Green+Blue) = 23+133+213=369 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.23% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #1785D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1785D5 is #E87A2A. Grayscale: #6C6C6C. Windows color (decimal): -15235627 or 13993239. OLE color: 13993239.
HSL color Cylindrical-coordinate representation of color #1785D5: hue angle of 205.26º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1785D5 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 133 | 213 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.16 |
| HSL | 205.26º | 0.81% | 0.46% | - |
| HSV(B) | 205.26º | 0.89% | 0.84% | - |
| XYZ | 20.75 | 21.76 | 66.06 | - |
| YUV | 109.23 | 186.56 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 213 | 0.89 | 0.38 | 0 | 0.16 | 205.26 | 0.81 | 0.46 |
| Hex | 17 | 85 | D5 | 59 | 26 | 0 | 10 | CD | 51 | 2E |
| Octal | 27 | 205 | 325 | 131 | 46 | 0 | 20 | 315 | 121 | 56 |
| Binary | 10111 | 10000101 | 11010101 | 1011001 | 100110 | 0 | 10000 | 11001101 | 1010001 | 101110 |
Color Harmonies of #1785D5
Complementary color
Monochromatic Colors of #1785D5
Black with #1785D5
Text Example
Text Example
White with #1785D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1785D5; }
p { color: rgb(23,133,213); }
H1.HeaderClassName
{
color: #1785D5;
}
.AnyTagClassName
{
color: #1785D5;
}
</style>
background-color css
<style>
a { background-color: #1785D5; }
a { background-color: rgb(23,133,213); }
div.DivClassName
{
background-color: #1785D5;
}
.BgClassName
{
background-color: #1785D5;
}
</style>
border-color css
<style>
span { border-color: #1785D5; }
span { border-color: rgb(23,133,213); }
td.TdClassName
{
border-color: #1785D5;
}
.TagClassName
{
border-color: #1785D5;
}
</style>