Shades of Navy Blue #1371CD
Tints of Navy Blue #1371CD
RGB
CMYK
RGB Variations
Color information
#1371CD (or 0x1371CD) is known color: Navy Blue. HEX triplet: 13, 71 and CD. RGB value is (19,113,205). Sum of RGB (Red+Green+Blue) = 19+113+205=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #1371CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1371CD is #EC8E32. Grayscale: #5E5E5E. Windows color (decimal): -15502899 or 13463827. OLE color: 13463827.
HSL color Cylindrical-coordinate representation of color #1371CD: hue angle of 209.68º 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 #1371CD is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 113 | 205 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.20 |
| HSL | 209.68º | 0.83% | 0.44% | - |
| HSV(B) | 209.68º | 0.91% | 0.8% | - |
| XYZ | 17.19 | 16.36 | 60.01 | - |
| YUV | 95.38 | 189.86 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 205 | 0.91 | 0.45 | 0 | 0.20 | 209.68 | 0.83 | 0.44 |
| Hex | 13 | 71 | CD | 5B | 2D | 0 | 14 | D2 | 53 | 2C |
| Octal | 23 | 161 | 315 | 133 | 55 | 0 | 24 | 322 | 123 | 54 |
| Binary | 10011 | 1110001 | 11001101 | 1011011 | 101101 | 0 | 10100 | 11010010 | 1010011 | 101100 |
Color Harmonies of #1371CD
Complementary color
Monochromatic Colors of #1371CD
Black with #1371CD
Text Example
Text Example
White with #1371CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1371CD; }
p { color: rgb(19,113,205); }
H1.HeaderClassName
{
color: #1371CD;
}
.AnyTagClassName
{
color: #1371CD;
}
</style>
background-color css
<style>
a { background-color: #1371CD; }
a { background-color: rgb(19,113,205); }
div.DivClassName
{
background-color: #1371CD;
}
.BgClassName
{
background-color: #1371CD;
}
</style>
border-color css
<style>
span { border-color: #1371CD; }
span { border-color: rgb(19,113,205); }
td.TdClassName
{
border-color: #1371CD;
}
.TagClassName
{
border-color: #1371CD;
}
</style>