Shades of Navy Blue #1349F1
Tints of Navy Blue #1349F1
RGB
CMYK
RGB Variations
Color information
#1349F1 (or 0x1349F1) is known color: Navy Blue. HEX triplet: 13, 49 and F1. RGB value is (19,73,241). Sum of RGB (Red+Green+Blue) = 19+73+241=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #1349F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1349F1 is #ECB60E. Grayscale: #4B4B4B. Windows color (decimal): -15513103 or 15812883. OLE color: 15812883.
HSL color Cylindrical-coordinate representation of color #1349F1: hue angle of 225.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1349F1 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 73 | 241 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.05 |
| HSL | 225.41º | 0.89% | 0.51% | - |
| HSV(B) | 225.41º | 0.92% | 0.95% | - |
| XYZ | 18.53 | 11.25 | 84.41 | - |
| YUV | 76.01 | 221.11 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 241 | 0.92 | 0.70 | 0 | 0.05 | 225.41 | 0.89 | 0.51 |
| Hex | 13 | 49 | F1 | 5C | 46 | 0 | 5 | E1 | 59 | 33 |
| Octal | 23 | 111 | 361 | 134 | 106 | 0 | 5 | 341 | 131 | 63 |
| Binary | 10011 | 1001001 | 11110001 | 1011100 | 1000110 | 0 | 101 | 11100001 | 1011001 | 110011 |
Color Harmonies of #1349F1
Complementary color
Monochromatic Colors of #1349F1
Black with #1349F1
Text Example
Text Example
White with #1349F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1349F1; }
p { color: rgb(19,73,241); }
H1.HeaderClassName
{
color: #1349F1;
}
.AnyTagClassName
{
color: #1349F1;
}
</style>
background-color css
<style>
a { background-color: #1349F1; }
a { background-color: rgb(19,73,241); }
div.DivClassName
{
background-color: #1349F1;
}
.BgClassName
{
background-color: #1349F1;
}
</style>
border-color css
<style>
span { border-color: #1349F1; }
span { border-color: rgb(19,73,241); }
td.TdClassName
{
border-color: #1349F1;
}
.TagClassName
{
border-color: #1349F1;
}
</style>