Shades of Navy Blue #1380CC
Tints of Navy Blue #1380CC
RGB
CMYK
RGB Variations
Color information
#1380CC (or 0x1380CC) is known color: Navy Blue. HEX triplet: 13, 80 and CC. RGB value is (19,128,204). Sum of RGB (Red+Green+Blue) = 19+128+204=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #1380CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380CC is #EC7F33. Grayscale: #676767. Windows color (decimal): -15499060 or 13402131. OLE color: 13402131.
HSL color Cylindrical-coordinate representation of color #1380CC: hue angle of 204.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1380CC is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 128 | 204 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.2 |
| HSL | 204.65º | 0.83% | 0.44% | - |
| HSV(B) | 204.65º | 0.91% | 0.8% | - |
| XYZ | 18.89 | 19.94 | 59.98 | - |
| YUV | 104.07 | 184.39 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 204 | 0.91 | 0.37 | 0 | 0.2 | 204.65 | 0.83 | 0.44 |
| Hex | 13 | 80 | CC | 5B | 25 | 0 | 14 | CD | 53 | 2C |
| Octal | 23 | 200 | 314 | 133 | 45 | 0 | 24 | 315 | 123 | 54 |
| Binary | 10011 | 10000000 | 11001100 | 1011011 | 100101 | 0 | 10100 | 11001101 | 1010011 | 101100 |
Color Harmonies of #1380CC
Complementary color
Monochromatic Colors of #1380CC
Black with #1380CC
Text Example
Text Example
White with #1380CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380CC; }
p { color: rgb(19,128,204); }
H1.HeaderClassName
{
color: #1380CC;
}
.AnyTagClassName
{
color: #1380CC;
}
</style>
background-color css
<style>
a { background-color: #1380CC; }
a { background-color: rgb(19,128,204); }
div.DivClassName
{
background-color: #1380CC;
}
.BgClassName
{
background-color: #1380CC;
}
</style>
border-color css
<style>
span { border-color: #1380CC; }
span { border-color: rgb(19,128,204); }
td.TdClassName
{
border-color: #1380CC;
}
.TagClassName
{
border-color: #1380CC;
}
</style>