Shades of Navy Blue #185CDF
Tints of Navy Blue #185CDF
RGB
CMYK
RGB Variations
Color information
#185CDF (or 0x185CDF) is known color: Navy Blue. HEX triplet: 18, 5C and DF. RGB value is (24,92,223). Sum of RGB (Red+Green+Blue) = 24+92+223=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #185CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CDF is #E7A320. Grayscale: #565656. Windows color (decimal): -15180577 or 14638104. OLE color: 14638104.
HSL color Cylindrical-coordinate representation of color #185CDF: hue angle of 219.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185CDF is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 92 | 223 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.13 |
| HSL | 219.5º | 0.81% | 0.48% | - |
| HSV(B) | 219.5º | 0.89% | 0.87% | - |
| XYZ | 17.52 | 13.18 | 71.43 | - |
| YUV | 86.6 | 204.97 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 223 | 0.89 | 0.59 | 0 | 0.13 | 219.5 | 0.81 | 0.48 |
| Hex | 18 | 5C | DF | 59 | 3B | 0 | D | DB | 51 | 30 |
| Octal | 30 | 134 | 337 | 131 | 73 | 0 | 15 | 333 | 121 | 60 |
| Binary | 11000 | 1011100 | 11011111 | 1011001 | 111011 | 0 | 1101 | 11011011 | 1010001 | 110000 |
Color Harmonies of #185CDF
Complementary color
Monochromatic Colors of #185CDF
Black with #185CDF
Text Example
Text Example
White with #185CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CDF; }
p { color: rgb(24,92,223); }
H1.HeaderClassName
{
color: #185CDF;
}
.AnyTagClassName
{
color: #185CDF;
}
</style>
background-color css
<style>
a { background-color: #185CDF; }
a { background-color: rgb(24,92,223); }
div.DivClassName
{
background-color: #185CDF;
}
.BgClassName
{
background-color: #185CDF;
}
</style>
border-color css
<style>
span { border-color: #185CDF; }
span { border-color: rgb(24,92,223); }
td.TdClassName
{
border-color: #185CDF;
}
.TagClassName
{
border-color: #185CDF;
}
</style>