Shades of Navy Blue #186CEC
Tints of Navy Blue #186CEC
RGB
CMYK
RGB Variations
Color information
#186CEC (or 0x186CEC) is known color: Navy Blue. HEX triplet: 18, 6C and EC. RGB value is (24,108,236). Sum of RGB (Red+Green+Blue) = 24+108+236=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #186CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186CEC is #E79313. Grayscale: #606060. Windows color (decimal): -15176468 or 15494168. OLE color: 15494168.
HSL color Cylindrical-coordinate representation of color #186CEC: hue angle of 216.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186CEC is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 108 | 236 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.07 |
| HSL | 216.23º | 0.85% | 0.51% | - |
| HSV(B) | 216.23º | 0.9% | 0.93% | - |
| XYZ | 20.88 | 16.98 | 81.53 | - |
| YUV | 97.48 | 206.17 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 236 | 0.90 | 0.54 | 0 | 0.07 | 216.23 | 0.85 | 0.51 |
| Hex | 18 | 6C | EC | 5A | 36 | 0 | 7 | D8 | 55 | 33 |
| Octal | 30 | 154 | 354 | 132 | 66 | 0 | 7 | 330 | 125 | 63 |
| Binary | 11000 | 1101100 | 11101100 | 1011010 | 110110 | 0 | 111 | 11011000 | 1010101 | 110011 |
Color Harmonies of #186CEC
Complementary color
Monochromatic Colors of #186CEC
Black with #186CEC
Text Example
Text Example
White with #186CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CEC; }
p { color: rgb(24,108,236); }
H1.HeaderClassName
{
color: #186CEC;
}
.AnyTagClassName
{
color: #186CEC;
}
</style>
background-color css
<style>
a { background-color: #186CEC; }
a { background-color: rgb(24,108,236); }
div.DivClassName
{
background-color: #186CEC;
}
.BgClassName
{
background-color: #186CEC;
}
</style>
border-color css
<style>
span { border-color: #186CEC; }
span { border-color: rgb(24,108,236); }
td.TdClassName
{
border-color: #186CEC;
}
.TagClassName
{
border-color: #186CEC;
}
</style>