Shades of Navy Blue #1357F1
Tints of Navy Blue #1357F1
RGB
CMYK
RGB Variations
Color information
#1357F1 (or 0x1357F1) is known color: Navy Blue. HEX triplet: 13, 57 and F1. RGB value is (19,87,241). Sum of RGB (Red+Green+Blue) = 19+87+241=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #1357F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1357F1 is #ECA80E. Grayscale: #535353. Windows color (decimal): -15509519 or 15816467. OLE color: 15816467.
HSL color Cylindrical-coordinate representation of color #1357F1: hue angle of 221.62º 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 #1357F1 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 87 | 241 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.05 |
| HSL | 221.62º | 0.89% | 0.51% | - |
| HSV(B) | 221.62º | 0.92% | 0.95% | - |
| XYZ | 19.55 | 13.31 | 84.76 | - |
| YUV | 84.22 | 216.47 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 241 | 0.92 | 0.64 | 0 | 0.05 | 221.62 | 0.89 | 0.51 |
| Hex | 13 | 57 | F1 | 5C | 40 | 0 | 5 | DE | 59 | 33 |
| Octal | 23 | 127 | 361 | 134 | 100 | 0 | 5 | 336 | 131 | 63 |
| Binary | 10011 | 1010111 | 11110001 | 1011100 | 1000000 | 0 | 101 | 11011110 | 1011001 | 110011 |
Color Harmonies of #1357F1
Complementary color
Monochromatic Colors of #1357F1
Black with #1357F1
Text Example
Text Example
White with #1357F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1357F1; }
p { color: rgb(19,87,241); }
H1.HeaderClassName
{
color: #1357F1;
}
.AnyTagClassName
{
color: #1357F1;
}
</style>
background-color css
<style>
a { background-color: #1357F1; }
a { background-color: rgb(19,87,241); }
div.DivClassName
{
background-color: #1357F1;
}
.BgClassName
{
background-color: #1357F1;
}
</style>
border-color css
<style>
span { border-color: #1357F1; }
span { border-color: rgb(19,87,241); }
td.TdClassName
{
border-color: #1357F1;
}
.TagClassName
{
border-color: #1357F1;
}
</style>