Shades of Navy Blue #1861EA
Tints of Navy Blue #1861EA
RGB
CMYK
RGB Variations
Color information
#1861EA (or 0x1861EA) is known color: Navy Blue. HEX triplet: 18, 61 and EA. RGB value is (24,97,234). Sum of RGB (Red+Green+Blue) = 24+97+234=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #1861EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1861EA is #E79E15. Grayscale: #5A5A5A. Windows color (decimal): -15179286 or 15360280. OLE color: 15360280.
HSL color Cylindrical-coordinate representation of color #1861EA: hue angle of 219.14º 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 #1861EA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 97 | 234 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.08 |
| HSL | 219.14º | 0.83% | 0.51% | - |
| HSV(B) | 219.14º | 0.9% | 0.92% | - |
| XYZ | 19.5 | 14.68 | 79.65 | - |
| YUV | 90.79 | 208.82 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 234 | 0.90 | 0.59 | 0 | 0.08 | 219.14 | 0.83 | 0.51 |
| Hex | 18 | 61 | EA | 5A | 3B | 0 | 8 | DB | 53 | 33 |
| Octal | 30 | 141 | 352 | 132 | 73 | 0 | 10 | 333 | 123 | 63 |
| Binary | 11000 | 1100001 | 11101010 | 1011010 | 111011 | 0 | 1000 | 11011011 | 1010011 | 110011 |
Color Harmonies of #1861EA
Complementary color
Monochromatic Colors of #1861EA
Black with #1861EA
Text Example
Text Example
White with #1861EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1861EA; }
p { color: rgb(24,97,234); }
H1.HeaderClassName
{
color: #1861EA;
}
.AnyTagClassName
{
color: #1861EA;
}
</style>
background-color css
<style>
a { background-color: #1861EA; }
a { background-color: rgb(24,97,234); }
div.DivClassName
{
background-color: #1861EA;
}
.BgClassName
{
background-color: #1861EA;
}
</style>
border-color css
<style>
span { border-color: #1861EA; }
span { border-color: rgb(24,97,234); }
td.TdClassName
{
border-color: #1861EA;
}
.TagClassName
{
border-color: #1861EA;
}
</style>