Shades of Navy Blue #1878DF
Tints of Navy Blue #1878DF
RGB
CMYK
RGB Variations
Color information
#1878DF (or 0x1878DF) is known color: Navy Blue. HEX triplet: 18, 78 and DF. RGB value is (24,120,223). Sum of RGB (Red+Green+Blue) = 24+120+223=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #1878DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1878DF is #E78720. Grayscale: #666666. Windows color (decimal): -15173409 or 14645272. OLE color: 14645272.
HSL color Cylindrical-coordinate representation of color #1878DF: hue angle of 211.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1878DF is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 120 | 223 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.13 |
| HSL | 211.06º | 0.81% | 0.48% | - |
| HSV(B) | 211.06º | 0.89% | 0.87% | - |
| XYZ | 20.41 | 18.95 | 72.39 | - |
| YUV | 103.04 | 195.7 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 223 | 0.89 | 0.46 | 0 | 0.13 | 211.06 | 0.81 | 0.48 |
| Hex | 18 | 78 | DF | 59 | 2E | 0 | D | D3 | 51 | 30 |
| Octal | 30 | 170 | 337 | 131 | 56 | 0 | 15 | 323 | 121 | 60 |
| Binary | 11000 | 1111000 | 11011111 | 1011001 | 101110 | 0 | 1101 | 11010011 | 1010001 | 110000 |
Color Harmonies of #1878DF
Complementary color
Monochromatic Colors of #1878DF
Black with #1878DF
Text Example
Text Example
White with #1878DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1878DF; }
p { color: rgb(24,120,223); }
H1.HeaderClassName
{
color: #1878DF;
}
.AnyTagClassName
{
color: #1878DF;
}
</style>
background-color css
<style>
a { background-color: #1878DF; }
a { background-color: rgb(24,120,223); }
div.DivClassName
{
background-color: #1878DF;
}
.BgClassName
{
background-color: #1878DF;
}
</style>
border-color css
<style>
span { border-color: #1878DF; }
span { border-color: rgb(24,120,223); }
td.TdClassName
{
border-color: #1878DF;
}
.TagClassName
{
border-color: #1878DF;
}
</style>