Shades of Navy Blue #185BE0
Tints of Navy Blue #185BE0
RGB
CMYK
RGB Variations
Color information
#185BE0 (or 0x185BE0) is known color: Navy Blue. HEX triplet: 18, 5B and E0. RGB value is (24,91,224). Sum of RGB (Red+Green+Blue) = 24+91+224=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #185BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BE0 is #E7A41F. Grayscale: #555555. Windows color (decimal): -15180832 or 14703384. OLE color: 14703384.
HSL color Cylindrical-coordinate representation of color #185BE0: hue angle of 219.9º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185BE0 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 91 | 224 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.12 |
| HSL | 219.9º | 0.81% | 0.49% | - |
| HSV(B) | 219.9º | 0.89% | 0.88% | - |
| XYZ | 17.57 | 13.06 | 72.12 | - |
| YUV | 86.13 | 205.8 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 224 | 0.89 | 0.59 | 0 | 0.12 | 219.9 | 0.81 | 0.49 |
| Hex | 18 | 5B | E0 | 59 | 3B | 0 | C | DC | 51 | 31 |
| Octal | 30 | 133 | 340 | 131 | 73 | 0 | 14 | 334 | 121 | 61 |
| Binary | 11000 | 1011011 | 11100000 | 1011001 | 111011 | 0 | 1100 | 11011100 | 1010001 | 110001 |
Color Harmonies of #185BE0
Complementary color
Monochromatic Colors of #185BE0
Black with #185BE0
Text Example
Text Example
White with #185BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BE0; }
p { color: rgb(24,91,224); }
H1.HeaderClassName
{
color: #185BE0;
}
.AnyTagClassName
{
color: #185BE0;
}
</style>
background-color css
<style>
a { background-color: #185BE0; }
a { background-color: rgb(24,91,224); }
div.DivClassName
{
background-color: #185BE0;
}
.BgClassName
{
background-color: #185BE0;
}
</style>
border-color css
<style>
span { border-color: #185BE0; }
span { border-color: rgb(24,91,224); }
td.TdClassName
{
border-color: #185BE0;
}
.TagClassName
{
border-color: #185BE0;
}
</style>