Shades of Navy Blue #1382DC
Tints of Navy Blue #1382DC
RGB
CMYK
RGB Variations
Color information
#1382DC (or 0x1382DC) is known color: Navy Blue. HEX triplet: 13, 82 and DC. RGB value is (19,130,220). Sum of RGB (Red+Green+Blue) = 19+130+220=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #1382DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382DC is #EC7D23. Grayscale: #6A6A6A. Windows color (decimal): -15498532 or 14451219. OLE color: 14451219.
HSL color Cylindrical-coordinate representation of color #1382DC: hue angle of 206.87º degrees, saturation: 0.84, 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 #1382DC is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 130 | 220 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.14 |
| HSL | 206.87º | 0.84% | 0.47% | - |
| HSV(B) | 206.87º | 0.91% | 0.86% | - |
| XYZ | 21.17 | 21.27 | 70.7 | - |
| YUV | 107.07 | 191.73 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 220 | 0.91 | 0.41 | 0 | 0.14 | 206.87 | 0.84 | 0.47 |
| Hex | 13 | 82 | DC | 5B | 29 | 0 | E | CF | 54 | 2F |
| Octal | 23 | 202 | 334 | 133 | 51 | 0 | 16 | 317 | 124 | 57 |
| Binary | 10011 | 10000010 | 11011100 | 1011011 | 101001 | 0 | 1110 | 11001111 | 1010100 | 101111 |
Color Harmonies of #1382DC
Complementary color
Monochromatic Colors of #1382DC
Black with #1382DC
Text Example
Text Example
White with #1382DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1382DC; }
p { color: rgb(19,130,220); }
H1.HeaderClassName
{
color: #1382DC;
}
.AnyTagClassName
{
color: #1382DC;
}
</style>
background-color css
<style>
a { background-color: #1382DC; }
a { background-color: rgb(19,130,220); }
div.DivClassName
{
background-color: #1382DC;
}
.BgClassName
{
background-color: #1382DC;
}
</style>
border-color css
<style>
span { border-color: #1382DC; }
span { border-color: rgb(19,130,220); }
td.TdClassName
{
border-color: #1382DC;
}
.TagClassName
{
border-color: #1382DC;
}
</style>