Shades of Navy Blue #1349EE
Tints of Navy Blue #1349EE
RGB
CMYK
RGB Variations
Color information
#1349EE (or 0x1349EE) is known color: Navy Blue. HEX triplet: 13, 49 and EE. RGB value is (19,73,238). Sum of RGB (Red+Green+Blue) = 19+73+238=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #1349EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1349EE is #ECB611. Grayscale: #4A4A4A. Windows color (decimal): -15513106 or 15616275. OLE color: 15616275.
HSL color Cylindrical-coordinate representation of color #1349EE: hue angle of 225.21º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1349EE is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 73 | 238 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.07 |
| HSL | 225.21º | 0.87% | 0.5% | - |
| HSV(B) | 225.21º | 0.92% | 0.93% | - |
| XYZ | 18.08 | 11.08 | 82.07 | - |
| YUV | 75.66 | 219.61 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 238 | 0.92 | 0.69 | 0 | 0.07 | 225.21 | 0.87 | 0.5 |
| Hex | 13 | 49 | EE | 5C | 45 | 0 | 7 | E1 | 57 | 32 |
| Octal | 23 | 111 | 356 | 134 | 105 | 0 | 7 | 341 | 127 | 62 |
| Binary | 10011 | 1001001 | 11101110 | 1011100 | 1000101 | 0 | 111 | 11100001 | 1010111 | 110010 |
Color Harmonies of #1349EE
Complementary color
Monochromatic Colors of #1349EE
Black with #1349EE
Text Example
Text Example
White with #1349EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1349EE; }
p { color: rgb(19,73,238); }
H1.HeaderClassName
{
color: #1349EE;
}
.AnyTagClassName
{
color: #1349EE;
}
</style>
background-color css
<style>
a { background-color: #1349EE; }
a { background-color: rgb(19,73,238); }
div.DivClassName
{
background-color: #1349EE;
}
.BgClassName
{
background-color: #1349EE;
}
</style>
border-color css
<style>
span { border-color: #1349EE; }
span { border-color: rgb(19,73,238); }
td.TdClassName
{
border-color: #1349EE;
}
.TagClassName
{
border-color: #1349EE;
}
</style>