Shades of Navy Blue #1382DD
Tints of Navy Blue #1382DD
RGB
CMYK
RGB Variations
Color information
#1382DD (or 0x1382DD) is known color: Navy Blue. HEX triplet: 13, 82 and DD. RGB value is (19,130,221). Sum of RGB (Red+Green+Blue) = 19+130+221=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 130 (51.17% from 255 or 35.14% 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 #1382DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382DD is #EC7D22. Grayscale: #6A6A6A. Windows color (decimal): -15498531 or 14516755. OLE color: 14516755.
HSL color Cylindrical-coordinate representation of color #1382DD: hue angle of 207.03º degrees, saturation: 0.84, 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 #1382DD is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 130 | 221 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.13 |
| HSL | 207.03º | 0.84% | 0.47% | - |
| HSV(B) | 207.03º | 0.91% | 0.87% | - |
| XYZ | 21.3 | 21.32 | 71.4 | - |
| YUV | 107.19 | 192.23 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 221 | 0.91 | 0.41 | 0 | 0.13 | 207.03 | 0.84 | 0.47 |
| Hex | 13 | 82 | DD | 5B | 29 | 0 | D | CF | 54 | 2F |
| Octal | 23 | 202 | 335 | 133 | 51 | 0 | 15 | 317 | 124 | 57 |
| Binary | 10011 | 10000010 | 11011101 | 1011011 | 101001 | 0 | 1101 | 11001111 | 1010100 | 101111 |
Color Harmonies of #1382DD
Complementary color
Monochromatic Colors of #1382DD
Black with #1382DD
Text Example
Text Example
White with #1382DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1382DD; }
p { color: rgb(19,130,221); }
H1.HeaderClassName
{
color: #1382DD;
}
.AnyTagClassName
{
color: #1382DD;
}
</style>
background-color css
<style>
a { background-color: #1382DD; }
a { background-color: rgb(19,130,221); }
div.DivClassName
{
background-color: #1382DD;
}
.BgClassName
{
background-color: #1382DD;
}
</style>
border-color css
<style>
span { border-color: #1382DD; }
span { border-color: rgb(19,130,221); }
td.TdClassName
{
border-color: #1382DD;
}
.TagClassName
{
border-color: #1382DD;
}
</style>