Shades of Navy Blue #186BDE
Tints of Navy Blue #186BDE
RGB
CMYK
RGB Variations
Color information
#186BDE (or 0x186BDE) is known color: Navy Blue. HEX triplet: 18, 6B and DE. RGB value is (24,107,222). Sum of RGB (Red+Green+Blue) = 24+107+222=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #186BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BDE is #E79421. Grayscale: #5E5E5E. Windows color (decimal): -15176738 or 14576408. OLE color: 14576408.
HSL color Cylindrical-coordinate representation of color #186BDE: hue angle of 214.85º degrees, saturation: 0.8, 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 #186BDE is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 107 | 222 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.13 |
| HSL | 214.85º | 0.8% | 0.48% | - |
| HSV(B) | 214.85º | 0.89% | 0.87% | - |
| XYZ | 18.82 | 15.98 | 71.2 | - |
| YUV | 95.29 | 199.5 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 222 | 0.89 | 0.52 | 0 | 0.13 | 214.85 | 0.8 | 0.48 |
| Hex | 18 | 6B | DE | 59 | 34 | 0 | D | D7 | 50 | 30 |
| Octal | 30 | 153 | 336 | 131 | 64 | 0 | 15 | 327 | 120 | 60 |
| Binary | 11000 | 1101011 | 11011110 | 1011001 | 110100 | 0 | 1101 | 11010111 | 1010000 | 110000 |
Color Harmonies of #186BDE
Complementary color
Monochromatic Colors of #186BDE
Black with #186BDE
Text Example
Text Example
White with #186BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BDE; }
p { color: rgb(24,107,222); }
H1.HeaderClassName
{
color: #186BDE;
}
.AnyTagClassName
{
color: #186BDE;
}
</style>
background-color css
<style>
a { background-color: #186BDE; }
a { background-color: rgb(24,107,222); }
div.DivClassName
{
background-color: #186BDE;
}
.BgClassName
{
background-color: #186BDE;
}
</style>
border-color css
<style>
span { border-color: #186BDE; }
span { border-color: rgb(24,107,222); }
td.TdClassName
{
border-color: #186BDE;
}
.TagClassName
{
border-color: #186BDE;
}
</style>