Shades of Navy Blue #1869DC
Tints of Navy Blue #1869DC
RGB
CMYK
RGB Variations
Color information
#1869DC (or 0x1869DC) is known color: Navy Blue. HEX triplet: 18, 69 and DC. RGB value is (24,105,220). Sum of RGB (Red+Green+Blue) = 24+105+220=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #1869DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1869DC is #E79623. Grayscale: #5D5D5D. Windows color (decimal): -15177252 or 14444824. OLE color: 14444824.
HSL color Cylindrical-coordinate representation of color #1869DC: hue angle of 215.2º 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 #1869DC is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 105 | 220 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.14 |
| HSL | 215.2º | 0.8% | 0.48% | - |
| HSV(B) | 215.2º | 0.89% | 0.86% | - |
| XYZ | 18.35 | 15.46 | 69.73 | - |
| YUV | 93.89 | 199.16 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 220 | 0.89 | 0.52 | 0 | 0.14 | 215.2 | 0.8 | 0.48 |
| Hex | 18 | 69 | DC | 59 | 34 | 0 | E | D7 | 50 | 30 |
| Octal | 30 | 151 | 334 | 131 | 64 | 0 | 16 | 327 | 120 | 60 |
| Binary | 11000 | 1101001 | 11011100 | 1011001 | 110100 | 0 | 1110 | 11010111 | 1010000 | 110000 |
Color Harmonies of #1869DC
Complementary color
Monochromatic Colors of #1869DC
Black with #1869DC
Text Example
Text Example
White with #1869DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1869DC; }
p { color: rgb(24,105,220); }
H1.HeaderClassName
{
color: #1869DC;
}
.AnyTagClassName
{
color: #1869DC;
}
</style>
background-color css
<style>
a { background-color: #1869DC; }
a { background-color: rgb(24,105,220); }
div.DivClassName
{
background-color: #1869DC;
}
.BgClassName
{
background-color: #1869DC;
}
</style>
border-color css
<style>
span { border-color: #1869DC; }
span { border-color: rgb(24,105,220); }
td.TdClassName
{
border-color: #1869DC;
}
.TagClassName
{
border-color: #1869DC;
}
</style>