Shades of Navy Blue #1374E6
Tints of Navy Blue #1374E6
RGB
CMYK
RGB Variations
Color information
#1374E6 (or 0x1374E6) is known color: Navy Blue. HEX triplet: 13, 74 and E6. RGB value is (19,116,230). Sum of RGB (Red+Green+Blue) = 19+116+230=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #1374E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1374E6 is #EC8B19. Grayscale: #636363. Windows color (decimal): -15502106 or 15102995. OLE color: 15102995.
HSL color Cylindrical-coordinate representation of color #1374E6: hue angle of 212.42º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1374E6 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 116 | 230 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.10 |
| HSL | 212.42º | 0.85% | 0.49% | - |
| HSV(B) | 212.42º | 0.92% | 0.9% | - |
| XYZ | 20.8 | 18.34 | 77.31 | - |
| YUV | 99.99 | 201.36 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 230 | 0.92 | 0.50 | 0 | 0.10 | 212.42 | 0.85 | 0.49 |
| Hex | 13 | 74 | E6 | 5C | 32 | 0 | A | D4 | 55 | 31 |
| Octal | 23 | 164 | 346 | 134 | 62 | 0 | 12 | 324 | 125 | 61 |
| Binary | 10011 | 1110100 | 11100110 | 1011100 | 110010 | 0 | 1010 | 11010100 | 1010101 | 110001 |
Color Harmonies of #1374E6
Complementary color
Monochromatic Colors of #1374E6
Black with #1374E6
Text Example
Text Example
White with #1374E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374E6; }
p { color: rgb(19,116,230); }
H1.HeaderClassName
{
color: #1374E6;
}
.AnyTagClassName
{
color: #1374E6;
}
</style>
background-color css
<style>
a { background-color: #1374E6; }
a { background-color: rgb(19,116,230); }
div.DivClassName
{
background-color: #1374E6;
}
.BgClassName
{
background-color: #1374E6;
}
</style>
border-color css
<style>
span { border-color: #1374E6; }
span { border-color: rgb(19,116,230); }
td.TdClassName
{
border-color: #1374E6;
}
.TagClassName
{
border-color: #1374E6;
}
</style>