Shades of Navy Blue #1381CD
Tints of Navy Blue #1381CD
RGB
CMYK
RGB Variations
Color information
#1381CD (or 0x1381CD) is known color: Navy Blue. HEX triplet: 13, 81 and CD. RGB value is (19,129,205). Sum of RGB (Red+Green+Blue) = 19+129+205=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #1381CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381CD is #EC7E32. Grayscale: #686868. Windows color (decimal): -15498803 or 13467923. OLE color: 13467923.
HSL color Cylindrical-coordinate representation of color #1381CD: hue angle of 204.52º 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 #1381CD is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 129 | 205 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.20 |
| HSL | 204.52º | 0.83% | 0.44% | - |
| HSV(B) | 204.52º | 0.91% | 0.8% | - |
| XYZ | 19.14 | 20.25 | 60.66 | - |
| YUV | 104.77 | 184.56 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 205 | 0.91 | 0.37 | 0 | 0.20 | 204.52 | 0.83 | 0.44 |
| Hex | 13 | 81 | CD | 5B | 25 | 0 | 14 | CD | 53 | 2C |
| Octal | 23 | 201 | 315 | 133 | 45 | 0 | 24 | 315 | 123 | 54 |
| Binary | 10011 | 10000001 | 11001101 | 1011011 | 100101 | 0 | 10100 | 11001101 | 1010011 | 101100 |
Color Harmonies of #1381CD
Complementary color
Monochromatic Colors of #1381CD
Black with #1381CD
Text Example
Text Example
White with #1381CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1381CD; }
p { color: rgb(19,129,205); }
H1.HeaderClassName
{
color: #1381CD;
}
.AnyTagClassName
{
color: #1381CD;
}
</style>
background-color css
<style>
a { background-color: #1381CD; }
a { background-color: rgb(19,129,205); }
div.DivClassName
{
background-color: #1381CD;
}
.BgClassName
{
background-color: #1381CD;
}
</style>
border-color css
<style>
span { border-color: #1381CD; }
span { border-color: rgb(19,129,205); }
td.TdClassName
{
border-color: #1381CD;
}
.TagClassName
{
border-color: #1381CD;
}
</style>