Shades of Navy Blue #186FD3
Tints of Navy Blue #186FD3
RGB
CMYK
RGB Variations
Color information
#186FD3 (or 0x186FD3) is known color: Navy Blue. HEX triplet: 18, 6F and D3. RGB value is (24,111,211). Sum of RGB (Red+Green+Blue) = 24+111+211=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 211 (82.81% from 255 or 60.98% from 346); Max value from RGB is 211 - color contains mainly: blue. Hex color #186FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186FD3 is #E7902C. Grayscale: #5F5F5F. Windows color (decimal): -15175725 or 13856536. OLE color: 13856536.
HSL color Cylindrical-coordinate representation of color #186FD3: hue angle of 212.09º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186FD3 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 111 | 211 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.17 |
| HSL | 212.09º | 0.8% | 0.46% | - |
| HSV(B) | 212.09º | 0.89% | 0.83% | - |
| XYZ | 17.82 | 16.27 | 63.83 | - |
| YUV | 96.39 | 192.68 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 211 | 0.89 | 0.47 | 0 | 0.17 | 212.09 | 0.8 | 0.46 |
| Hex | 18 | 6F | D3 | 59 | 2F | 0 | 11 | D4 | 50 | 2E |
| Octal | 30 | 157 | 323 | 131 | 57 | 0 | 21 | 324 | 120 | 56 |
| Binary | 11000 | 1101111 | 11010011 | 1011001 | 101111 | 0 | 10001 | 11010100 | 1010000 | 101110 |
Color Harmonies of #186FD3
Complementary color
Monochromatic Colors of #186FD3
Black with #186FD3
Text Example
Text Example
White with #186FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FD3; }
p { color: rgb(24,111,211); }
H1.HeaderClassName
{
color: #186FD3;
}
.AnyTagClassName
{
color: #186FD3;
}
</style>
background-color css
<style>
a { background-color: #186FD3; }
a { background-color: rgb(24,111,211); }
div.DivClassName
{
background-color: #186FD3;
}
.BgClassName
{
background-color: #186FD3;
}
</style>
border-color css
<style>
span { border-color: #186FD3; }
span { border-color: rgb(24,111,211); }
td.TdClassName
{
border-color: #186FD3;
}
.TagClassName
{
border-color: #186FD3;
}
</style>