Shades of Navy Blue #1867DC
Tints of Navy Blue #1867DC
RGB
CMYK
RGB Variations
Color information
#1867DC (or 0x1867DC) is known color: Navy Blue. HEX triplet: 18, 67 and DC. RGB value is (24,103,220). Sum of RGB (Red+Green+Blue) = 24+103+220=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #1867DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1867DC is #E79823. Grayscale: #5C5C5C. Windows color (decimal): -15177764 or 14444312. OLE color: 14444312.
HSL color Cylindrical-coordinate representation of color #1867DC: hue angle of 215.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1867DC is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 103 | 220 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.14 |
| HSL | 215.82º | 0.8% | 0.48% | - |
| HSV(B) | 215.82º | 0.89% | 0.86% | - |
| XYZ | 18.15 | 15.06 | 69.66 | - |
| YUV | 92.72 | 199.83 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 220 | 0.89 | 0.53 | 0 | 0.14 | 215.82 | 0.8 | 0.48 |
| Hex | 18 | 67 | DC | 59 | 35 | 0 | E | D8 | 50 | 30 |
| Octal | 30 | 147 | 334 | 131 | 65 | 0 | 16 | 330 | 120 | 60 |
| Binary | 11000 | 1100111 | 11011100 | 1011001 | 110101 | 0 | 1110 | 11011000 | 1010000 | 110000 |
Color Harmonies of #1867DC
Complementary color
Monochromatic Colors of #1867DC
Black with #1867DC
Text Example
Text Example
White with #1867DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867DC; }
p { color: rgb(24,103,220); }
H1.HeaderClassName
{
color: #1867DC;
}
.AnyTagClassName
{
color: #1867DC;
}
</style>
background-color css
<style>
a { background-color: #1867DC; }
a { background-color: rgb(24,103,220); }
div.DivClassName
{
background-color: #1867DC;
}
.BgClassName
{
background-color: #1867DC;
}
</style>
border-color css
<style>
span { border-color: #1867DC; }
span { border-color: rgb(24,103,220); }
td.TdClassName
{
border-color: #1867DC;
}
.TagClassName
{
border-color: #1867DC;
}
</style>