Shades of Navy Blue #1867E7
Tints of Navy Blue #1867E7
RGB
CMYK
RGB Variations
Color information
#1867E7 (or 0x1867E7) is known color: Navy Blue. HEX triplet: 18, 67 and E7. RGB value is (24,103,231). Sum of RGB (Red+Green+Blue) = 24+103+231=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #1867E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1867E7 is #E79818. Grayscale: #5D5D5D. Windows color (decimal): -15177753 or 15165208. OLE color: 15165208.
HSL color Cylindrical-coordinate representation of color #1867E7: hue angle of 217.1º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1867E7 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 103 | 231 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.09 |
| HSL | 217.1º | 0.81% | 0.5% | - |
| HSV(B) | 217.1º | 0.9% | 0.91% | - |
| XYZ | 19.65 | 15.66 | 77.59 | - |
| YUV | 93.97 | 205.33 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 231 | 0.90 | 0.55 | 0 | 0.09 | 217.1 | 0.81 | 0.5 |
| Hex | 18 | 67 | E7 | 5A | 37 | 0 | 9 | D9 | 51 | 32 |
| Octal | 30 | 147 | 347 | 132 | 67 | 0 | 11 | 331 | 121 | 62 |
| Binary | 11000 | 1100111 | 11100111 | 1011010 | 110111 | 0 | 1001 | 11011001 | 1010001 | 110010 |
Color Harmonies of #1867E7
Complementary color
Monochromatic Colors of #1867E7
Black with #1867E7
Text Example
Text Example
White with #1867E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867E7; }
p { color: rgb(24,103,231); }
H1.HeaderClassName
{
color: #1867E7;
}
.AnyTagClassName
{
color: #1867E7;
}
</style>
background-color css
<style>
a { background-color: #1867E7; }
a { background-color: rgb(24,103,231); }
div.DivClassName
{
background-color: #1867E7;
}
.BgClassName
{
background-color: #1867E7;
}
</style>
border-color css
<style>
span { border-color: #1867E7; }
span { border-color: rgb(24,103,231); }
td.TdClassName
{
border-color: #1867E7;
}
.TagClassName
{
border-color: #1867E7;
}
</style>