Shades of Navy Blue #186CE2
Tints of Navy Blue #186CE2
RGB
CMYK
RGB Variations
Color information
#186CE2 (or 0x186CE2) is known color: Navy Blue. HEX triplet: 18, 6C and E2. RGB value is (24,108,226). Sum of RGB (Red+Green+Blue) = 24+108+226=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 226 (88.67% from 255 or 63.13% from 358); Max value from RGB is 226 - color contains mainly: blue. Hex color #186CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CE2 is #E7931D. Grayscale: #5F5F5F. Windows color (decimal): -15176478 or 14838808. OLE color: 14838808.
HSL color Cylindrical-coordinate representation of color #186CE2: hue angle of 215.05º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186CE2 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 108 | 226 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.11 |
| HSL | 215.05º | 0.81% | 0.49% | - |
| HSV(B) | 215.05º | 0.89% | 0.89% | - |
| XYZ | 19.47 | 16.41 | 74.09 | - |
| YUV | 96.34 | 201.17 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 226 | 0.89 | 0.52 | 0 | 0.11 | 215.05 | 0.81 | 0.49 |
| Hex | 18 | 6C | E2 | 59 | 34 | 0 | B | D7 | 51 | 31 |
| Octal | 30 | 154 | 342 | 131 | 64 | 0 | 13 | 327 | 121 | 61 |
| Binary | 11000 | 1101100 | 11100010 | 1011001 | 110100 | 0 | 1011 | 11010111 | 1010001 | 110001 |
Color Harmonies of #186CE2
Complementary color
Monochromatic Colors of #186CE2
Black with #186CE2
Text Example
Text Example
White with #186CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CE2; }
p { color: rgb(24,108,226); }
H1.HeaderClassName
{
color: #186CE2;
}
.AnyTagClassName
{
color: #186CE2;
}
</style>
background-color css
<style>
a { background-color: #186CE2; }
a { background-color: rgb(24,108,226); }
div.DivClassName
{
background-color: #186CE2;
}
.BgClassName
{
background-color: #186CE2;
}
</style>
border-color css
<style>
span { border-color: #186CE2; }
span { border-color: rgb(24,108,226); }
td.TdClassName
{
border-color: #186CE2;
}
.TagClassName
{
border-color: #186CE2;
}
</style>