Shades of Navy Blue #1861EC
Tints of Navy Blue #1861EC
RGB
CMYK
RGB Variations
Color information
#1861EC (or 0x1861EC) is known color: Navy Blue. HEX triplet: 18, 61 and EC. RGB value is (24,97,236). Sum of RGB (Red+Green+Blue) = 24+97+236=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #1861EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1861EC is #E79E13. Grayscale: #5A5A5A. Windows color (decimal): -15179284 or 15491352. OLE color: 15491352.
HSL color Cylindrical-coordinate representation of color #1861EC: hue angle of 219.34º 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 #1861EC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 97 | 236 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.07 |
| HSL | 219.34º | 0.85% | 0.51% | - |
| HSV(B) | 219.34º | 0.9% | 0.93% | - |
| XYZ | 19.79 | 14.8 | 81.17 | - |
| YUV | 91.02 | 209.82 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 236 | 0.90 | 0.59 | 0 | 0.07 | 219.34 | 0.85 | 0.51 |
| Hex | 18 | 61 | EC | 5A | 3B | 0 | 7 | DB | 55 | 33 |
| Octal | 30 | 141 | 354 | 132 | 73 | 0 | 7 | 333 | 125 | 63 |
| Binary | 11000 | 1100001 | 11101100 | 1011010 | 111011 | 0 | 111 | 11011011 | 1010101 | 110011 |
Color Harmonies of #1861EC
Complementary color
Monochromatic Colors of #1861EC
Black with #1861EC
Text Example
Text Example
White with #1861EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1861EC; }
p { color: rgb(24,97,236); }
H1.HeaderClassName
{
color: #1861EC;
}
.AnyTagClassName
{
color: #1861EC;
}
</style>
background-color css
<style>
a { background-color: #1861EC; }
a { background-color: rgb(24,97,236); }
div.DivClassName
{
background-color: #1861EC;
}
.BgClassName
{
background-color: #1861EC;
}
</style>
border-color css
<style>
span { border-color: #1861EC; }
span { border-color: rgb(24,97,236); }
td.TdClassName
{
border-color: #1861EC;
}
.TagClassName
{
border-color: #1861EC;
}
</style>