Shades of Navy Blue #1372DC
Tints of Navy Blue #1372DC
RGB
CMYK
RGB Variations
Color information
#1372DC (or 0x1372DC) is known color: Navy Blue. HEX triplet: 13, 72 and DC. RGB value is (19,114,220). Sum of RGB (Red+Green+Blue) = 19+114+220=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #1372DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1372DC is #EC8D23. Grayscale: #616161. Windows color (decimal): -15502628 or 14447123. OLE color: 14447123.
HSL color Cylindrical-coordinate representation of color #1372DC: hue angle of 211.64º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1372DC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 114 | 220 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.14 |
| HSL | 211.64º | 0.84% | 0.47% | - |
| HSV(B) | 211.64º | 0.91% | 0.86% | - |
| XYZ | 19.2 | 17.34 | 70.05 | - |
| YUV | 97.68 | 197.03 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 220 | 0.91 | 0.48 | 0 | 0.14 | 211.64 | 0.84 | 0.47 |
| Hex | 13 | 72 | DC | 5B | 30 | 0 | E | D4 | 54 | 2F |
| Octal | 23 | 162 | 334 | 133 | 60 | 0 | 16 | 324 | 124 | 57 |
| Binary | 10011 | 1110010 | 11011100 | 1011011 | 110000 | 0 | 1110 | 11010100 | 1010100 | 101111 |
Color Harmonies of #1372DC
Complementary color
Monochromatic Colors of #1372DC
Black with #1372DC
Text Example
Text Example
White with #1372DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1372DC; }
p { color: rgb(19,114,220); }
H1.HeaderClassName
{
color: #1372DC;
}
.AnyTagClassName
{
color: #1372DC;
}
</style>
background-color css
<style>
a { background-color: #1372DC; }
a { background-color: rgb(19,114,220); }
div.DivClassName
{
background-color: #1372DC;
}
.BgClassName
{
background-color: #1372DC;
}
</style>
border-color css
<style>
span { border-color: #1372DC; }
span { border-color: rgb(19,114,220); }
td.TdClassName
{
border-color: #1372DC;
}
.TagClassName
{
border-color: #1372DC;
}
</style>