Shades of Navy Blue #1878CE
Tints of Navy Blue #1878CE
RGB
CMYK
RGB Variations
Color information
#1878CE (or 0x1878CE) is known color: Navy Blue. HEX triplet: 18, 78 and CE. RGB value is (24,120,206). Sum of RGB (Red+Green+Blue) = 24+120+206=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #1878CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1878CE is #E78731. Grayscale: #646464. Windows color (decimal): -15173426 or 13531160. OLE color: 13531160.
HSL color Cylindrical-coordinate representation of color #1878CE: hue angle of 208.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1878CE is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 120 | 206 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.19 |
| HSL | 208.35º | 0.79% | 0.45% | - |
| HSV(B) | 208.35º | 0.88% | 0.81% | - |
| XYZ | 18.23 | 18.08 | 60.92 | - |
| YUV | 101.1 | 187.2 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 206 | 0.88 | 0.42 | 0 | 0.19 | 208.35 | 0.79 | 0.45 |
| Hex | 18 | 78 | CE | 58 | 2A | 0 | 13 | D0 | 4F | 2D |
| Octal | 30 | 170 | 316 | 130 | 52 | 0 | 23 | 320 | 117 | 55 |
| Binary | 11000 | 1111000 | 11001110 | 1011000 | 101010 | 0 | 10011 | 11010000 | 1001111 | 101101 |
Color Harmonies of #1878CE
Complementary color
Monochromatic Colors of #1878CE
Black with #1878CE
Text Example
Text Example
White with #1878CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1878CE; }
p { color: rgb(24,120,206); }
H1.HeaderClassName
{
color: #1878CE;
}
.AnyTagClassName
{
color: #1878CE;
}
</style>
background-color css
<style>
a { background-color: #1878CE; }
a { background-color: rgb(24,120,206); }
div.DivClassName
{
background-color: #1878CE;
}
.BgClassName
{
background-color: #1878CE;
}
</style>
border-color css
<style>
span { border-color: #1878CE; }
span { border-color: rgb(24,120,206); }
td.TdClassName
{
border-color: #1878CE;
}
.TagClassName
{
border-color: #1878CE;
}
</style>