Shades of Navy Blue #1861EB
Tints of Navy Blue #1861EB
RGB
CMYK
RGB Variations
Color information
#1861EB (or 0x1861EB) is known color: Navy Blue. HEX triplet: 18, 61 and EB. RGB value is (24,97,235). Sum of RGB (Red+Green+Blue) = 24+97+235=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #1861EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1861EB is #E79E14. Grayscale: #5A5A5A. Windows color (decimal): -15179285 or 15425816. OLE color: 15425816.
HSL color Cylindrical-coordinate representation of color #1861EB: hue angle of 219.24º degrees, saturation: 0.84, 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 #1861EB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 97 | 235 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.08 |
| HSL | 219.24º | 0.84% | 0.51% | - |
| HSV(B) | 219.24º | 0.9% | 0.92% | - |
| XYZ | 19.65 | 14.74 | 80.41 | - |
| YUV | 90.91 | 209.32 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 235 | 0.90 | 0.59 | 0 | 0.08 | 219.24 | 0.84 | 0.51 |
| Hex | 18 | 61 | EB | 5A | 3B | 0 | 8 | DB | 54 | 33 |
| Octal | 30 | 141 | 353 | 132 | 73 | 0 | 10 | 333 | 124 | 63 |
| Binary | 11000 | 1100001 | 11101011 | 1011010 | 111011 | 0 | 1000 | 11011011 | 1010100 | 110011 |
Color Harmonies of #1861EB
Complementary color
Monochromatic Colors of #1861EB
Black with #1861EB
Text Example
Text Example
White with #1861EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1861EB; }
p { color: rgb(24,97,235); }
H1.HeaderClassName
{
color: #1861EB;
}
.AnyTagClassName
{
color: #1861EB;
}
</style>
background-color css
<style>
a { background-color: #1861EB; }
a { background-color: rgb(24,97,235); }
div.DivClassName
{
background-color: #1861EB;
}
.BgClassName
{
background-color: #1861EB;
}
</style>
border-color css
<style>
span { border-color: #1861EB; }
span { border-color: rgb(24,97,235); }
td.TdClassName
{
border-color: #1861EB;
}
.TagClassName
{
border-color: #1861EB;
}
</style>