Shades of Navy Blue #186FDA
Tints of Navy Blue #186FDA
RGB
CMYK
RGB Variations
Color information
#186FDA (or 0x186FDA) is known color: Navy Blue. HEX triplet: 18, 6F and DA. RGB value is (24,111,218). Sum of RGB (Red+Green+Blue) = 24+111+218=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #186FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186FDA is #E79025. Grayscale: #606060. Windows color (decimal): -15175718 or 14315288. OLE color: 14315288.
HSL color Cylindrical-coordinate representation of color #186FDA: hue angle of 213.09º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186FDA is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 111 | 218 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.15 |
| HSL | 213.09º | 0.8% | 0.47% | - |
| HSV(B) | 213.09º | 0.89% | 0.85% | - |
| XYZ | 18.72 | 16.63 | 68.55 | - |
| YUV | 97.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 218 | 0.89 | 0.49 | 0 | 0.15 | 213.09 | 0.8 | 0.47 |
| Hex | 18 | 6F | DA | 59 | 31 | 0 | F | D5 | 50 | 2F |
| Octal | 30 | 157 | 332 | 131 | 61 | 0 | 17 | 325 | 120 | 57 |
| Binary | 11000 | 1101111 | 11011010 | 1011001 | 110001 | 0 | 1111 | 11010101 | 1010000 | 101111 |
Color Harmonies of #186FDA
Complementary color
Monochromatic Colors of #186FDA
Black with #186FDA
Text Example
Text Example
White with #186FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FDA; }
p { color: rgb(24,111,218); }
H1.HeaderClassName
{
color: #186FDA;
}
.AnyTagClassName
{
color: #186FDA;
}
</style>
background-color css
<style>
a { background-color: #186FDA; }
a { background-color: rgb(24,111,218); }
div.DivClassName
{
background-color: #186FDA;
}
.BgClassName
{
background-color: #186FDA;
}
</style>
border-color css
<style>
span { border-color: #186FDA; }
span { border-color: rgb(24,111,218); }
td.TdClassName
{
border-color: #186FDA;
}
.TagClassName
{
border-color: #186FDA;
}
</style>