Shades of Navy Blue #186BEA
Tints of Navy Blue #186BEA
RGB
CMYK
RGB Variations
Color information
#186BEA (or 0x186BEA) is known color: Navy Blue. HEX triplet: 18, 6B and EA. RGB value is (24,107,234). Sum of RGB (Red+Green+Blue) = 24+107+234=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #186BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186BEA is #E79415. Grayscale: #606060. Windows color (decimal): -15176726 or 15362840. OLE color: 15362840.
HSL color Cylindrical-coordinate representation of color #186BEA: hue angle of 216.29º 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 #186BEA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 107 | 234 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.08 |
| HSL | 216.29º | 0.83% | 0.51% | - |
| HSV(B) | 216.29º | 0.9% | 0.92% | - |
| XYZ | 20.49 | 16.65 | 79.98 | - |
| YUV | 96.66 | 205.5 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 234 | 0.90 | 0.54 | 0 | 0.08 | 216.29 | 0.83 | 0.51 |
| Hex | 18 | 6B | EA | 5A | 36 | 0 | 8 | D8 | 53 | 33 |
| Octal | 30 | 153 | 352 | 132 | 66 | 0 | 10 | 330 | 123 | 63 |
| Binary | 11000 | 1101011 | 11101010 | 1011010 | 110110 | 0 | 1000 | 11011000 | 1010011 | 110011 |
Color Harmonies of #186BEA
Complementary color
Monochromatic Colors of #186BEA
Black with #186BEA
Text Example
Text Example
White with #186BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BEA; }
p { color: rgb(24,107,234); }
H1.HeaderClassName
{
color: #186BEA;
}
.AnyTagClassName
{
color: #186BEA;
}
</style>
background-color css
<style>
a { background-color: #186BEA; }
a { background-color: rgb(24,107,234); }
div.DivClassName
{
background-color: #186BEA;
}
.BgClassName
{
background-color: #186BEA;
}
</style>
border-color css
<style>
span { border-color: #186BEA; }
span { border-color: rgb(24,107,234); }
td.TdClassName
{
border-color: #186BEA;
}
.TagClassName
{
border-color: #186BEA;
}
</style>