Shades of Navy Blue #1864DA
Tints of Navy Blue #1864DA
RGB
CMYK
RGB Variations
Color information
#1864DA (or 0x1864DA) is known color: Navy Blue. HEX triplet: 18, 64 and DA. RGB value is (24,100,218). Sum of RGB (Red+Green+Blue) = 24+100+218=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #1864DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864DA is #E79B25. Grayscale: #5A5A5A. Windows color (decimal): -15178534 or 14312472. OLE color: 14312472.
HSL color Cylindrical-coordinate representation of color #1864DA: hue angle of 216.49º 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 #1864DA is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 100 | 218 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.15 |
| HSL | 216.49º | 0.8% | 0.47% | - |
| HSV(B) | 216.49º | 0.89% | 0.85% | - |
| XYZ | 17.59 | 14.37 | 68.18 | - |
| YUV | 90.73 | 199.82 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 218 | 0.89 | 0.54 | 0 | 0.15 | 216.49 | 0.8 | 0.47 |
| Hex | 18 | 64 | DA | 59 | 36 | 0 | F | D8 | 50 | 2F |
| Octal | 30 | 144 | 332 | 131 | 66 | 0 | 17 | 330 | 120 | 57 |
| Binary | 11000 | 1100100 | 11011010 | 1011001 | 110110 | 0 | 1111 | 11011000 | 1010000 | 101111 |
Color Harmonies of #1864DA
Complementary color
Monochromatic Colors of #1864DA
Black with #1864DA
Text Example
Text Example
White with #1864DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864DA; }
p { color: rgb(24,100,218); }
H1.HeaderClassName
{
color: #1864DA;
}
.AnyTagClassName
{
color: #1864DA;
}
</style>
background-color css
<style>
a { background-color: #1864DA; }
a { background-color: rgb(24,100,218); }
div.DivClassName
{
background-color: #1864DA;
}
.BgClassName
{
background-color: #1864DA;
}
</style>
border-color css
<style>
span { border-color: #1864DA; }
span { border-color: rgb(24,100,218); }
td.TdClassName
{
border-color: #1864DA;
}
.TagClassName
{
border-color: #1864DA;
}
</style>