Shades of Navy Blue #1874E5
Tints of Navy Blue #1874E5
RGB
CMYK
RGB Variations
Color information
#1874E5 (or 0x1874E5) is known color: Navy Blue. HEX triplet: 18, 74 and E5. RGB value is (24,116,229). Sum of RGB (Red+Green+Blue) = 24+116+229=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #1874E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874E5 is #E78B1A. Grayscale: #646464. Windows color (decimal): -15174427 or 15037464. OLE color: 15037464.
HSL color Cylindrical-coordinate representation of color #1874E5: hue angle of 213.07º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1874E5 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 116 | 229 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.10 |
| HSL | 213.07º | 0.81% | 0.5% | - |
| HSV(B) | 213.07º | 0.9% | 0.9% | - |
| XYZ | 20.76 | 18.34 | 76.57 | - |
| YUV | 101.37 | 200.02 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 229 | 0.90 | 0.49 | 0 | 0.10 | 213.07 | 0.81 | 0.5 |
| Hex | 18 | 74 | E5 | 5A | 31 | 0 | A | D5 | 51 | 32 |
| Octal | 30 | 164 | 345 | 132 | 61 | 0 | 12 | 325 | 121 | 62 |
| Binary | 11000 | 1110100 | 11100101 | 1011010 | 110001 | 0 | 1010 | 11010101 | 1010001 | 110010 |
Color Harmonies of #1874E5
Complementary color
Monochromatic Colors of #1874E5
Black with #1874E5
Text Example
Text Example
White with #1874E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874E5; }
p { color: rgb(24,116,229); }
H1.HeaderClassName
{
color: #1874E5;
}
.AnyTagClassName
{
color: #1874E5;
}
</style>
background-color css
<style>
a { background-color: #1874E5; }
a { background-color: rgb(24,116,229); }
div.DivClassName
{
background-color: #1874E5;
}
.BgClassName
{
background-color: #1874E5;
}
</style>
border-color css
<style>
span { border-color: #1874E5; }
span { border-color: rgb(24,116,229); }
td.TdClassName
{
border-color: #1874E5;
}
.TagClassName
{
border-color: #1874E5;
}
</style>