Shades of Navy Blue #1874DA
Tints of Navy Blue #1874DA
RGB
CMYK
RGB Variations
Color information
#1874DA (or 0x1874DA) is known color: Navy Blue. HEX triplet: 18, 74 and DA. RGB value is (24,116,218). Sum of RGB (Red+Green+Blue) = 24+116+218=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #1874DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874DA is #E78B25. Grayscale: #636363. Windows color (decimal): -15174438 or 14316568. OLE color: 14316568.
HSL color Cylindrical-coordinate representation of color #1874DA: hue angle of 211.55º 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 #1874DA is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 116 | 218 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.15 |
| HSL | 211.55º | 0.8% | 0.47% | - |
| HSV(B) | 211.55º | 0.89% | 0.85% | - |
| XYZ | 19.28 | 17.75 | 68.74 | - |
| YUV | 100.12 | 194.52 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 218 | 0.89 | 0.47 | 0 | 0.15 | 211.55 | 0.8 | 0.47 |
| Hex | 18 | 74 | DA | 59 | 2F | 0 | F | D4 | 50 | 2F |
| Octal | 30 | 164 | 332 | 131 | 57 | 0 | 17 | 324 | 120 | 57 |
| Binary | 11000 | 1110100 | 11011010 | 1011001 | 101111 | 0 | 1111 | 11010100 | 1010000 | 101111 |
Color Harmonies of #1874DA
Complementary color
Monochromatic Colors of #1874DA
Black with #1874DA
Text Example
Text Example
White with #1874DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874DA; }
p { color: rgb(24,116,218); }
H1.HeaderClassName
{
color: #1874DA;
}
.AnyTagClassName
{
color: #1874DA;
}
</style>
background-color css
<style>
a { background-color: #1874DA; }
a { background-color: rgb(24,116,218); }
div.DivClassName
{
background-color: #1874DA;
}
.BgClassName
{
background-color: #1874DA;
}
</style>
border-color css
<style>
span { border-color: #1874DA; }
span { border-color: rgb(24,116,218); }
td.TdClassName
{
border-color: #1874DA;
}
.TagClassName
{
border-color: #1874DA;
}
</style>