Shades of Navy Blue #1379CD
Tints of Navy Blue #1379CD
RGB
CMYK
RGB Variations
Color information
#1379CD (or 0x1379CD) is known color: Navy Blue. HEX triplet: 13, 79 and CD. RGB value is (19,121,205). Sum of RGB (Red+Green+Blue) = 19+121+205=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #1379CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379CD is #EC8632. Grayscale: #636363. Windows color (decimal): -15500851 or 13465875. OLE color: 13465875.
HSL color Cylindrical-coordinate representation of color #1379CD: hue angle of 207.1º 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 #1379CD is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 121 | 205 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.20 |
| HSL | 207.1º | 0.83% | 0.44% | - |
| HSV(B) | 207.1º | 0.91% | 0.8% | - |
| XYZ | 18.13 | 18.22 | 60.32 | - |
| YUV | 100.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 205 | 0.91 | 0.41 | 0 | 0.20 | 207.1 | 0.83 | 0.44 |
| Hex | 13 | 79 | CD | 5B | 29 | 0 | 14 | CF | 53 | 2C |
| Octal | 23 | 171 | 315 | 133 | 51 | 0 | 24 | 317 | 123 | 54 |
| Binary | 10011 | 1111001 | 11001101 | 1011011 | 101001 | 0 | 10100 | 11001111 | 1010011 | 101100 |
Color Harmonies of #1379CD
Complementary color
Monochromatic Colors of #1379CD
Black with #1379CD
Text Example
Text Example
White with #1379CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379CD; }
p { color: rgb(19,121,205); }
H1.HeaderClassName
{
color: #1379CD;
}
.AnyTagClassName
{
color: #1379CD;
}
</style>
background-color css
<style>
a { background-color: #1379CD; }
a { background-color: rgb(19,121,205); }
div.DivClassName
{
background-color: #1379CD;
}
.BgClassName
{
background-color: #1379CD;
}
</style>
border-color css
<style>
span { border-color: #1379CD; }
span { border-color: rgb(19,121,205); }
td.TdClassName
{
border-color: #1379CD;
}
.TagClassName
{
border-color: #1379CD;
}
</style>