Shades of Navy Blue #1382D4
Tints of Navy Blue #1382D4
RGB
CMYK
RGB Variations
Color information
#1382D4 (or 0x1382D4) is known color: Navy Blue. HEX triplet: 13, 82 and D4. RGB value is (19,130,212). Sum of RGB (Red+Green+Blue) = 19+130+212=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 212 (83.20% from 255 or 58.73% from 361); Max value from RGB is 212 - color contains mainly: blue. Hex color #1382D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382D4 is #EC7D2B. Grayscale: #696969. Windows color (decimal): -15498540 or 13926931. OLE color: 13926931.
HSL color Cylindrical-coordinate representation of color #1382D4: hue angle of 205.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1382D4 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 130 | 212 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.17 |
| HSL | 205.49º | 0.84% | 0.45% | - |
| HSV(B) | 205.49º | 0.91% | 0.83% | - |
| XYZ | 20.13 | 20.86 | 65.25 | - |
| YUV | 106.16 | 187.73 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 212 | 0.91 | 0.39 | 0 | 0.17 | 205.49 | 0.84 | 0.45 |
| Hex | 13 | 82 | D4 | 5B | 27 | 0 | 11 | CD | 54 | 2D |
| Octal | 23 | 202 | 324 | 133 | 47 | 0 | 21 | 315 | 124 | 55 |
| Binary | 10011 | 10000010 | 11010100 | 1011011 | 100111 | 0 | 10001 | 11001101 | 1010100 | 101101 |
Color Harmonies of #1382D4
Complementary color
Monochromatic Colors of #1382D4
Black with #1382D4
Text Example
Text Example
White with #1382D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1382D4; }
p { color: rgb(19,130,212); }
H1.HeaderClassName
{
color: #1382D4;
}
.AnyTagClassName
{
color: #1382D4;
}
</style>
background-color css
<style>
a { background-color: #1382D4; }
a { background-color: rgb(19,130,212); }
div.DivClassName
{
background-color: #1382D4;
}
.BgClassName
{
background-color: #1382D4;
}
</style>
border-color css
<style>
span { border-color: #1382D4; }
span { border-color: rgb(19,130,212); }
td.TdClassName
{
border-color: #1382D4;
}
.TagClassName
{
border-color: #1382D4;
}
</style>