Shades of Navy Blue #1868EE
Tints of Navy Blue #1868EE
RGB
CMYK
RGB Variations
Color information
#1868EE (or 0x1868EE) is known color: Navy Blue. HEX triplet: 18, 68 and EE. RGB value is (24,104,238). Sum of RGB (Red+Green+Blue) = 24+104+238=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #1868EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1868EE is #E79711. Grayscale: #5E5E5E. Windows color (decimal): -15177490 or 15624216. OLE color: 15624216.
HSL color Cylindrical-coordinate representation of color #1868EE: hue angle of 217.57º degrees, saturation: 0.86, 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 #1868EE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 104 | 238 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.07 |
| HSL | 217.57º | 0.86% | 0.51% | - |
| HSV(B) | 217.57º | 0.9% | 0.93% | - |
| XYZ | 20.76 | 16.27 | 82.93 | - |
| YUV | 95.36 | 208.5 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 238 | 0.90 | 0.56 | 0 | 0.07 | 217.57 | 0.86 | 0.51 |
| Hex | 18 | 68 | EE | 5A | 38 | 0 | 7 | DA | 56 | 33 |
| Octal | 30 | 150 | 356 | 132 | 70 | 0 | 7 | 332 | 126 | 63 |
| Binary | 11000 | 1101000 | 11101110 | 1011010 | 111000 | 0 | 111 | 11011010 | 1010110 | 110011 |
Color Harmonies of #1868EE
Complementary color
Monochromatic Colors of #1868EE
Black with #1868EE
Text Example
Text Example
White with #1868EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1868EE; }
p { color: rgb(24,104,238); }
H1.HeaderClassName
{
color: #1868EE;
}
.AnyTagClassName
{
color: #1868EE;
}
</style>
background-color css
<style>
a { background-color: #1868EE; }
a { background-color: rgb(24,104,238); }
div.DivClassName
{
background-color: #1868EE;
}
.BgClassName
{
background-color: #1868EE;
}
</style>
border-color css
<style>
span { border-color: #1868EE; }
span { border-color: rgb(24,104,238); }
td.TdClassName
{
border-color: #1868EE;
}
.TagClassName
{
border-color: #1868EE;
}
</style>