Shades of Navy Blue #1379DE
Tints of Navy Blue #1379DE
RGB
CMYK
RGB Variations
Color information
#1379DE (or 0x1379DE) is known color: Navy Blue. HEX triplet: 13, 79 and DE. RGB value is (19,121,222). Sum of RGB (Red+Green+Blue) = 19+121+222=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #1379DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379DE is #EC8621. Grayscale: #656565. Windows color (decimal): -15500834 or 14579987. OLE color: 14579987.
HSL color Cylindrical-coordinate representation of color #1379DE: hue angle of 209.85º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1379DE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 121 | 222 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.13 |
| HSL | 209.85º | 0.84% | 0.47% | - |
| HSV(B) | 209.85º | 0.91% | 0.87% | - |
| XYZ | 20.29 | 19.09 | 71.72 | - |
| YUV | 102.02 | 195.71 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 222 | 0.91 | 0.45 | 0 | 0.13 | 209.85 | 0.84 | 0.47 |
| Hex | 13 | 79 | DE | 5B | 2D | 0 | D | D2 | 54 | 2F |
| Octal | 23 | 171 | 336 | 133 | 55 | 0 | 15 | 322 | 124 | 57 |
| Binary | 10011 | 1111001 | 11011110 | 1011011 | 101101 | 0 | 1101 | 11010010 | 1010100 | 101111 |
Color Harmonies of #1379DE
Complementary color
Monochromatic Colors of #1379DE
Black with #1379DE
Text Example
Text Example
White with #1379DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379DE; }
p { color: rgb(19,121,222); }
H1.HeaderClassName
{
color: #1379DE;
}
.AnyTagClassName
{
color: #1379DE;
}
</style>
background-color css
<style>
a { background-color: #1379DE; }
a { background-color: rgb(19,121,222); }
div.DivClassName
{
background-color: #1379DE;
}
.BgClassName
{
background-color: #1379DE;
}
</style>
border-color css
<style>
span { border-color: #1379DE; }
span { border-color: rgb(19,121,222); }
td.TdClassName
{
border-color: #1379DE;
}
.TagClassName
{
border-color: #1379DE;
}
</style>