Shades of Navy Blue #1872DA
Tints of Navy Blue #1872DA
RGB
CMYK
RGB Variations
Color information
#1872DA (or 0x1872DA) is known color: Navy Blue. HEX triplet: 18, 72 and DA. RGB value is (24,114,218). Sum of RGB (Red+Green+Blue) = 24+114+218=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #1872DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1872DA is #E78D25. Grayscale: #626262. Windows color (decimal): -15174950 or 14316056. OLE color: 14316056.
HSL color Cylindrical-coordinate representation of color #1872DA: hue angle of 212.16º 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 #1872DA is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 114 | 218 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.15 |
| HSL | 212.16º | 0.8% | 0.47% | - |
| HSV(B) | 212.16º | 0.89% | 0.85% | - |
| XYZ | 19.05 | 17.29 | 68.66 | - |
| YUV | 98.95 | 195.18 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 218 | 0.89 | 0.48 | 0 | 0.15 | 212.16 | 0.8 | 0.47 |
| Hex | 18 | 72 | DA | 59 | 30 | 0 | F | D4 | 50 | 2F |
| Octal | 30 | 162 | 332 | 131 | 60 | 0 | 17 | 324 | 120 | 57 |
| Binary | 11000 | 1110010 | 11011010 | 1011001 | 110000 | 0 | 1111 | 11010100 | 1010000 | 101111 |
Color Harmonies of #1872DA
Complementary color
Monochromatic Colors of #1872DA
Black with #1872DA
Text Example
Text Example
White with #1872DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1872DA; }
p { color: rgb(24,114,218); }
H1.HeaderClassName
{
color: #1872DA;
}
.AnyTagClassName
{
color: #1872DA;
}
</style>
background-color css
<style>
a { background-color: #1872DA; }
a { background-color: rgb(24,114,218); }
div.DivClassName
{
background-color: #1872DA;
}
.BgClassName
{
background-color: #1872DA;
}
</style>
border-color css
<style>
span { border-color: #1872DA; }
span { border-color: rgb(24,114,218); }
td.TdClassName
{
border-color: #1872DA;
}
.TagClassName
{
border-color: #1872DA;
}
</style>