Shades of Navy Blue #1481DD
Tints of Navy Blue #1481DD
RGB
CMYK
RGB Variations
Color information
#1481DD (or 0x1481DD) is known color: Navy Blue. HEX triplet: 14, 81 and DD. RGB value is (20,129,221). Sum of RGB (Red+Green+Blue) = 20+129+221=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #1481DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481DD is #EB7E22. Grayscale: #6A6A6A. Windows color (decimal): -15433251 or 14516500. OLE color: 14516500.
HSL color Cylindrical-coordinate representation of color #1481DD: hue angle of 207.46º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1481DD is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 129 | 221 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.13 |
| HSL | 207.46º | 0.83% | 0.47% | - |
| HSV(B) | 207.46º | 0.91% | 0.87% | - |
| XYZ | 21.19 | 21.07 | 71.36 | - |
| YUV | 106.9 | 192.39 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 221 | 0.91 | 0.42 | 0 | 0.13 | 207.46 | 0.83 | 0.47 |
| Hex | 14 | 81 | DD | 5B | 2A | 0 | D | CF | 53 | 2F |
| Octal | 24 | 201 | 335 | 133 | 52 | 0 | 15 | 317 | 123 | 57 |
| Binary | 10100 | 10000001 | 11011101 | 1011011 | 101010 | 0 | 1101 | 11001111 | 1010011 | 101111 |
Color Harmonies of #1481DD
Complementary color
Monochromatic Colors of #1481DD
Black with #1481DD
Text Example
Text Example
White with #1481DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481DD; }
p { color: rgb(20,129,221); }
H1.HeaderClassName
{
color: #1481DD;
}
.AnyTagClassName
{
color: #1481DD;
}
</style>
background-color css
<style>
a { background-color: #1481DD; }
a { background-color: rgb(20,129,221); }
div.DivClassName
{
background-color: #1481DD;
}
.BgClassName
{
background-color: #1481DD;
}
</style>
border-color css
<style>
span { border-color: #1481DD; }
span { border-color: rgb(20,129,221); }
td.TdClassName
{
border-color: #1481DD;
}
.TagClassName
{
border-color: #1481DD;
}
</style>