Shades of Navy Blue #186BEB
Tints of Navy Blue #186BEB
RGB
CMYK
RGB Variations
Color information
#186BEB (or 0x186BEB) is known color: Navy Blue. HEX triplet: 18, 6B and EB. RGB value is (24,107,235). Sum of RGB (Red+Green+Blue) = 24+107+235=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #186BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186BEB is #E79414. Grayscale: #606060. Windows color (decimal): -15176725 or 15428376. OLE color: 15428376.
HSL color Cylindrical-coordinate representation of color #186BEB: hue angle of 216.4º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186BEB is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 107 | 235 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.08 |
| HSL | 216.4º | 0.84% | 0.51% | - |
| HSV(B) | 216.4º | 0.9% | 0.92% | - |
| XYZ | 20.63 | 16.71 | 80.73 | - |
| YUV | 96.78 | 206 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 235 | 0.90 | 0.54 | 0 | 0.08 | 216.4 | 0.84 | 0.51 |
| Hex | 18 | 6B | EB | 5A | 36 | 0 | 8 | D8 | 54 | 33 |
| Octal | 30 | 153 | 353 | 132 | 66 | 0 | 10 | 330 | 124 | 63 |
| Binary | 11000 | 1101011 | 11101011 | 1011010 | 110110 | 0 | 1000 | 11011000 | 1010100 | 110011 |
Color Harmonies of #186BEB
Complementary color
Monochromatic Colors of #186BEB
Black with #186BEB
Text Example
Text Example
White with #186BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BEB; }
p { color: rgb(24,107,235); }
H1.HeaderClassName
{
color: #186BEB;
}
.AnyTagClassName
{
color: #186BEB;
}
</style>
background-color css
<style>
a { background-color: #186BEB; }
a { background-color: rgb(24,107,235); }
div.DivClassName
{
background-color: #186BEB;
}
.BgClassName
{
background-color: #186BEB;
}
</style>
border-color css
<style>
span { border-color: #186BEB; }
span { border-color: rgb(24,107,235); }
td.TdClassName
{
border-color: #186BEB;
}
.TagClassName
{
border-color: #186BEB;
}
</style>