Shades of Navy Blue #185BDF
Tints of Navy Blue #185BDF
RGB
CMYK
RGB Variations
Color information
#185BDF (or 0x185BDF) is known color: Navy Blue. HEX triplet: 18, 5B and DF. RGB value is (24,91,223). Sum of RGB (Red+Green+Blue) = 24+91+223=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #185BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BDF is #E7A420. Grayscale: #555555. Windows color (decimal): -15180833 or 14637848. OLE color: 14637848.
HSL color Cylindrical-coordinate representation of color #185BDF: hue angle of 219.8º 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 #185BDF is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 91 | 223 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.13 |
| HSL | 219.8º | 0.81% | 0.48% | - |
| HSV(B) | 219.8º | 0.89% | 0.87% | - |
| XYZ | 17.44 | 13 | 71.4 | - |
| YUV | 86.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 223 | 0.89 | 0.59 | 0 | 0.13 | 219.8 | 0.81 | 0.48 |
| Hex | 18 | 5B | DF | 59 | 3B | 0 | D | DC | 51 | 30 |
| Octal | 30 | 133 | 337 | 131 | 73 | 0 | 15 | 334 | 121 | 60 |
| Binary | 11000 | 1011011 | 11011111 | 1011001 | 111011 | 0 | 1101 | 11011100 | 1010001 | 110000 |
Color Harmonies of #185BDF
Complementary color
Monochromatic Colors of #185BDF
Black with #185BDF
Text Example
Text Example
White with #185BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BDF; }
p { color: rgb(24,91,223); }
H1.HeaderClassName
{
color: #185BDF;
}
.AnyTagClassName
{
color: #185BDF;
}
</style>
background-color css
<style>
a { background-color: #185BDF; }
a { background-color: rgb(24,91,223); }
div.DivClassName
{
background-color: #185BDF;
}
.BgClassName
{
background-color: #185BDF;
}
</style>
border-color css
<style>
span { border-color: #185BDF; }
span { border-color: rgb(24,91,223); }
td.TdClassName
{
border-color: #185BDF;
}
.TagClassName
{
border-color: #185BDF;
}
</style>