Shades of Navy Blue #1380D5
Tints of Navy Blue #1380D5
RGB
CMYK
RGB Variations
Color information
#1380D5 (or 0x1380D5) is known color: Navy Blue. HEX triplet: 13, 80 and D5. RGB value is (19,128,213). Sum of RGB (Red+Green+Blue) = 19+128+213=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #1380D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380D5 is #EC7F2A. Grayscale: #686868. Windows color (decimal): -15499051 or 13991955. OLE color: 13991955.
HSL color Cylindrical-coordinate representation of color #1380D5: hue angle of 206.29º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1380D5 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 128 | 213 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.16 |
| HSL | 206.29º | 0.84% | 0.45% | - |
| HSV(B) | 206.29º | 0.91% | 0.84% | - |
| XYZ | 20 | 20.38 | 65.83 | - |
| YUV | 105.1 | 188.89 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 213 | 0.91 | 0.40 | 0 | 0.16 | 206.29 | 0.84 | 0.45 |
| Hex | 13 | 80 | D5 | 5B | 28 | 0 | 10 | CE | 54 | 2D |
| Octal | 23 | 200 | 325 | 133 | 50 | 0 | 20 | 316 | 124 | 55 |
| Binary | 10011 | 10000000 | 11010101 | 1011011 | 101000 | 0 | 10000 | 11001110 | 1010100 | 101101 |
Color Harmonies of #1380D5
Complementary color
Monochromatic Colors of #1380D5
Black with #1380D5
Text Example
Text Example
White with #1380D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380D5; }
p { color: rgb(19,128,213); }
H1.HeaderClassName
{
color: #1380D5;
}
.AnyTagClassName
{
color: #1380D5;
}
</style>
background-color css
<style>
a { background-color: #1380D5; }
a { background-color: rgb(19,128,213); }
div.DivClassName
{
background-color: #1380D5;
}
.BgClassName
{
background-color: #1380D5;
}
</style>
border-color css
<style>
span { border-color: #1380D5; }
span { border-color: rgb(19,128,213); }
td.TdClassName
{
border-color: #1380D5;
}
.TagClassName
{
border-color: #1380D5;
}
</style>