Shades of Navy Blue #1481DB
Tints of Navy Blue #1481DB
RGB
CMYK
RGB Variations
Color information
#1481DB (or 0x1481DB) is known color: Navy Blue. HEX triplet: 14, 81 and DB. RGB value is (20,129,219). Sum of RGB (Red+Green+Blue) = 20+129+219=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #1481DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481DB is #EB7E24. Grayscale: #6A6A6A. Windows color (decimal): -15433253 or 14385428. OLE color: 14385428.
HSL color Cylindrical-coordinate representation of color #1481DB: hue angle of 207.14º 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 #1481DB is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 129 | 219 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.14 |
| HSL | 207.14º | 0.83% | 0.47% | - |
| HSV(B) | 207.14º | 0.91% | 0.86% | - |
| XYZ | 20.92 | 20.96 | 69.96 | - |
| YUV | 106.67 | 191.39 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 219 | 0.91 | 0.41 | 0 | 0.14 | 207.14 | 0.83 | 0.47 |
| Hex | 14 | 81 | DB | 5B | 29 | 0 | E | CF | 53 | 2F |
| Octal | 24 | 201 | 333 | 133 | 51 | 0 | 16 | 317 | 123 | 57 |
| Binary | 10100 | 10000001 | 11011011 | 1011011 | 101001 | 0 | 1110 | 11001111 | 1010011 | 101111 |
Color Harmonies of #1481DB
Complementary color
Monochromatic Colors of #1481DB
Black with #1481DB
Text Example
Text Example
White with #1481DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481DB; }
p { color: rgb(20,129,219); }
H1.HeaderClassName
{
color: #1481DB;
}
.AnyTagClassName
{
color: #1481DB;
}
</style>
background-color css
<style>
a { background-color: #1481DB; }
a { background-color: rgb(20,129,219); }
div.DivClassName
{
background-color: #1481DB;
}
.BgClassName
{
background-color: #1481DB;
}
</style>
border-color css
<style>
span { border-color: #1481DB; }
span { border-color: rgb(20,129,219); }
td.TdClassName
{
border-color: #1481DB;
}
.TagClassName
{
border-color: #1481DB;
}
</style>