Shades of Navy Blue #1474DB
Tints of Navy Blue #1474DB
RGB
CMYK
RGB Variations
Color information
#1474DB (or 0x1474DB) is known color: Navy Blue. HEX triplet: 14, 74 and DB. RGB value is (20,116,219). Sum of RGB (Red+Green+Blue) = 20+116+219=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #1474DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474DB is #EB8B24. Grayscale: #626262. Windows color (decimal): -15436581 or 14382100. OLE color: 14382100.
HSL color Cylindrical-coordinate representation of color #1474DB: hue angle of 211.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1474DB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 116 | 219 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.14 |
| HSL | 211.06º | 0.83% | 0.47% | - |
| HSV(B) | 211.06º | 0.91% | 0.86% | - |
| XYZ | 19.32 | 17.75 | 69.43 | - |
| YUV | 99.04 | 195.7 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 219 | 0.91 | 0.47 | 0 | 0.14 | 211.06 | 0.83 | 0.47 |
| Hex | 14 | 74 | DB | 5B | 2F | 0 | E | D3 | 53 | 2F |
| Octal | 24 | 164 | 333 | 133 | 57 | 0 | 16 | 323 | 123 | 57 |
| Binary | 10100 | 1110100 | 11011011 | 1011011 | 101111 | 0 | 1110 | 11010011 | 1010011 | 101111 |
Color Harmonies of #1474DB
Complementary color
Monochromatic Colors of #1474DB
Black with #1474DB
Text Example
Text Example
White with #1474DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1474DB; }
p { color: rgb(20,116,219); }
H1.HeaderClassName
{
color: #1474DB;
}
.AnyTagClassName
{
color: #1474DB;
}
</style>
background-color css
<style>
a { background-color: #1474DB; }
a { background-color: rgb(20,116,219); }
div.DivClassName
{
background-color: #1474DB;
}
.BgClassName
{
background-color: #1474DB;
}
</style>
border-color css
<style>
span { border-color: #1474DB; }
span { border-color: rgb(20,116,219); }
td.TdClassName
{
border-color: #1474DB;
}
.TagClassName
{
border-color: #1474DB;
}
</style>