Shades of Navy Blue #1867EE
Tints of Navy Blue #1867EE
RGB
CMYK
RGB Variations
Color information
#1867EE (or 0x1867EE) is known color: Navy Blue. HEX triplet: 18, 67 and EE. RGB value is (24,103,238). Sum of RGB (Red+Green+Blue) = 24+103+238=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #1867EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1867EE is #E79811. Grayscale: #5E5E5E. Windows color (decimal): -15177746 or 15623960. OLE color: 15623960.
HSL color Cylindrical-coordinate representation of color #1867EE: hue angle of 217.85º 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 #1867EE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 103 | 238 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.07 |
| HSL | 217.85º | 0.86% | 0.51% | - |
| HSV(B) | 217.85º | 0.9% | 0.93% | - |
| XYZ | 20.66 | 16.07 | 82.9 | - |
| YUV | 94.77 | 208.83 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 238 | 0.90 | 0.57 | 0 | 0.07 | 217.85 | 0.86 | 0.51 |
| Hex | 18 | 67 | EE | 5A | 39 | 0 | 7 | DA | 56 | 33 |
| Octal | 30 | 147 | 356 | 132 | 71 | 0 | 7 | 332 | 126 | 63 |
| Binary | 11000 | 1100111 | 11101110 | 1011010 | 111001 | 0 | 111 | 11011010 | 1010110 | 110011 |
Color Harmonies of #1867EE
Complementary color
Monochromatic Colors of #1867EE
Black with #1867EE
Text Example
Text Example
White with #1867EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867EE; }
p { color: rgb(24,103,238); }
H1.HeaderClassName
{
color: #1867EE;
}
.AnyTagClassName
{
color: #1867EE;
}
</style>
background-color css
<style>
a { background-color: #1867EE; }
a { background-color: rgb(24,103,238); }
div.DivClassName
{
background-color: #1867EE;
}
.BgClassName
{
background-color: #1867EE;
}
</style>
border-color css
<style>
span { border-color: #1867EE; }
span { border-color: rgb(24,103,238); }
td.TdClassName
{
border-color: #1867EE;
}
.TagClassName
{
border-color: #1867EE;
}
</style>