Shades of Navy Blue #1867EF
Tints of Navy Blue #1867EF
RGB
CMYK
RGB Variations
Color information
#1867EF (or 0x1867EF) is known color: Navy Blue. HEX triplet: 18, 67 and EF. RGB value is (24,103,239). Sum of RGB (Red+Green+Blue) = 24+103+239=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #1867EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1867EF is #E79810. Grayscale: #5E5E5E. Windows color (decimal): -15177745 or 15689496. OLE color: 15689496.
HSL color Cylindrical-coordinate representation of color #1867EF: hue angle of 217.95º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1867EF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 103 | 239 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.06 |
| HSL | 217.95º | 0.87% | 0.52% | - |
| HSV(B) | 217.95º | 0.9% | 0.94% | - |
| XYZ | 20.81 | 16.13 | 83.68 | - |
| YUV | 94.88 | 209.33 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 239 | 0.90 | 0.57 | 0 | 0.06 | 217.95 | 0.87 | 0.52 |
| Hex | 18 | 67 | EF | 5A | 39 | 0 | 6 | DA | 57 | 34 |
| Octal | 30 | 147 | 357 | 132 | 71 | 0 | 6 | 332 | 127 | 64 |
| Binary | 11000 | 1100111 | 11101111 | 1011010 | 111001 | 0 | 110 | 11011010 | 1010111 | 110100 |
Color Harmonies of #1867EF
Complementary color
Monochromatic Colors of #1867EF
Black with #1867EF
Text Example
Text Example
White with #1867EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867EF; }
p { color: rgb(24,103,239); }
H1.HeaderClassName
{
color: #1867EF;
}
.AnyTagClassName
{
color: #1867EF;
}
</style>
background-color css
<style>
a { background-color: #1867EF; }
a { background-color: rgb(24,103,239); }
div.DivClassName
{
background-color: #1867EF;
}
.BgClassName
{
background-color: #1867EF;
}
</style>
border-color css
<style>
span { border-color: #1867EF; }
span { border-color: rgb(24,103,239); }
td.TdClassName
{
border-color: #1867EF;
}
.TagClassName
{
border-color: #1867EF;
}
</style>