Shades of Navy Blue #1380CA
Tints of Navy Blue #1380CA
RGB
CMYK
RGB Variations
Color information
#1380CA (or 0x1380CA) is known color: Navy Blue. HEX triplet: 13, 80 and CA. RGB value is (19,128,202). Sum of RGB (Red+Green+Blue) = 19+128+202=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #1380CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380CA is #EC7F35. Grayscale: #676767. Windows color (decimal): -15499062 or 13271059. OLE color: 13271059.
HSL color Cylindrical-coordinate representation of color #1380CA: hue angle of 204.26º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1380CA is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 128 | 202 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.21 |
| HSL | 204.26º | 0.83% | 0.43% | - |
| HSV(B) | 204.26º | 0.91% | 0.79% | - |
| XYZ | 18.65 | 19.84 | 58.72 | - |
| YUV | 103.85 | 183.39 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 202 | 0.91 | 0.37 | 0 | 0.21 | 204.26 | 0.83 | 0.43 |
| Hex | 13 | 80 | CA | 5B | 25 | 0 | 15 | CC | 53 | 2B |
| Octal | 23 | 200 | 312 | 133 | 45 | 0 | 25 | 314 | 123 | 53 |
| Binary | 10011 | 10000000 | 11001010 | 1011011 | 100101 | 0 | 10101 | 11001100 | 1010011 | 101011 |
Color Harmonies of #1380CA
Complementary color
Monochromatic Colors of #1380CA
Black with #1380CA
Text Example
Text Example
White with #1380CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380CA; }
p { color: rgb(19,128,202); }
H1.HeaderClassName
{
color: #1380CA;
}
.AnyTagClassName
{
color: #1380CA;
}
</style>
background-color css
<style>
a { background-color: #1380CA; }
a { background-color: rgb(19,128,202); }
div.DivClassName
{
background-color: #1380CA;
}
.BgClassName
{
background-color: #1380CA;
}
</style>
border-color css
<style>
span { border-color: #1380CA; }
span { border-color: rgb(19,128,202); }
td.TdClassName
{
border-color: #1380CA;
}
.TagClassName
{
border-color: #1380CA;
}
</style>