Shades of Navy Blue #186CEA
Tints of Navy Blue #186CEA
RGB
CMYK
RGB Variations
Color information
#186CEA (or 0x186CEA) is known color: Navy Blue. HEX triplet: 18, 6C and EA. RGB value is (24,108,234). Sum of RGB (Red+Green+Blue) = 24+108+234=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #186CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186CEA is #E79315. Grayscale: #606060. Windows color (decimal): -15176470 or 15363096. OLE color: 15363096.
HSL color Cylindrical-coordinate representation of color #186CEA: hue angle of 216º degrees, saturation: 0.83, 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 #186CEA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 108 | 234 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.08 |
| HSL | 216º | 0.83% | 0.51% | - |
| HSV(B) | 216º | 0.9% | 0.92% | - |
| XYZ | 20.59 | 16.86 | 80.01 | - |
| YUV | 97.25 | 205.17 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 234 | 0.90 | 0.54 | 0 | 0.08 | 216 | 0.83 | 0.51 |
| Hex | 18 | 6C | EA | 5A | 36 | 0 | 8 | D8 | 53 | 33 |
| Octal | 30 | 154 | 352 | 132 | 66 | 0 | 10 | 330 | 123 | 63 |
| Binary | 11000 | 1101100 | 11101010 | 1011010 | 110110 | 0 | 1000 | 11011000 | 1010011 | 110011 |
Color Harmonies of #186CEA
Complementary color
Monochromatic Colors of #186CEA
Black with #186CEA
Text Example
Text Example
White with #186CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186CEA; }
p { color: rgb(24,108,234); }
H1.HeaderClassName
{
color: #186CEA;
}
.AnyTagClassName
{
color: #186CEA;
}
</style>
background-color css
<style>
a { background-color: #186CEA; }
a { background-color: rgb(24,108,234); }
div.DivClassName
{
background-color: #186CEA;
}
.BgClassName
{
background-color: #186CEA;
}
</style>
border-color css
<style>
span { border-color: #186CEA; }
span { border-color: rgb(24,108,234); }
td.TdClassName
{
border-color: #186CEA;
}
.TagClassName
{
border-color: #186CEA;
}
</style>