Shades of Navy Blue #1878DA
Tints of Navy Blue #1878DA
RGB
CMYK
RGB Variations
Color information
#1878DA (or 0x1878DA) is known color: Navy Blue. HEX triplet: 18, 78 and DA. RGB value is (24,120,218). Sum of RGB (Red+Green+Blue) = 24+120+218=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #1878DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1878DA is #E78725. Grayscale: #656565. Windows color (decimal): -15173414 or 14317592. OLE color: 14317592.
HSL color Cylindrical-coordinate representation of color #1878DA: hue angle of 210.31º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1878DA is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 120 | 218 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.15 |
| HSL | 210.31º | 0.8% | 0.47% | - |
| HSV(B) | 210.31º | 0.89% | 0.85% | - |
| XYZ | 19.75 | 18.69 | 68.9 | - |
| YUV | 102.47 | 193.2 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 218 | 0.89 | 0.45 | 0 | 0.15 | 210.31 | 0.8 | 0.47 |
| Hex | 18 | 78 | DA | 59 | 2D | 0 | F | D2 | 50 | 2F |
| Octal | 30 | 170 | 332 | 131 | 55 | 0 | 17 | 322 | 120 | 57 |
| Binary | 11000 | 1111000 | 11011010 | 1011001 | 101101 | 0 | 1111 | 11010010 | 1010000 | 101111 |
Color Harmonies of #1878DA
Complementary color
Monochromatic Colors of #1878DA
Black with #1878DA
Text Example
Text Example
White with #1878DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1878DA; }
p { color: rgb(24,120,218); }
H1.HeaderClassName
{
color: #1878DA;
}
.AnyTagClassName
{
color: #1878DA;
}
</style>
background-color css
<style>
a { background-color: #1878DA; }
a { background-color: rgb(24,120,218); }
div.DivClassName
{
background-color: #1878DA;
}
.BgClassName
{
background-color: #1878DA;
}
</style>
border-color css
<style>
span { border-color: #1878DA; }
span { border-color: rgb(24,120,218); }
td.TdClassName
{
border-color: #1878DA;
}
.TagClassName
{
border-color: #1878DA;
}
</style>