Shades of Navy Blue #1355EF
Tints of Navy Blue #1355EF
RGB
CMYK
RGB Variations
Color information
#1355EF (or 0x1355EF) is known color: Navy Blue. HEX triplet: 13, 55 and EF. RGB value is (19,85,239). Sum of RGB (Red+Green+Blue) = 19+85+239=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #1355EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1355EF is #ECAA10. Grayscale: #525252. Windows color (decimal): -15510033 or 15684883. OLE color: 15684883.
HSL color Cylindrical-coordinate representation of color #1355EF: hue angle of 222º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1355EF is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 85 | 239 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.06 |
| HSL | 222º | 0.87% | 0.51% | - |
| HSV(B) | 222º | 0.92% | 0.94% | - |
| XYZ | 19.1 | 12.87 | 83.14 | - |
| YUV | 82.82 | 216.13 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 239 | 0.92 | 0.64 | 0 | 0.06 | 222 | 0.87 | 0.51 |
| Hex | 13 | 55 | EF | 5C | 40 | 0 | 6 | DE | 57 | 33 |
| Octal | 23 | 125 | 357 | 134 | 100 | 0 | 6 | 336 | 127 | 63 |
| Binary | 10011 | 1010101 | 11101111 | 1011100 | 1000000 | 0 | 110 | 11011110 | 1010111 | 110011 |
Color Harmonies of #1355EF
Complementary color
Monochromatic Colors of #1355EF
Black with #1355EF
Text Example
Text Example
White with #1355EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355EF; }
p { color: rgb(19,85,239); }
H1.HeaderClassName
{
color: #1355EF;
}
.AnyTagClassName
{
color: #1355EF;
}
</style>
background-color css
<style>
a { background-color: #1355EF; }
a { background-color: rgb(19,85,239); }
div.DivClassName
{
background-color: #1355EF;
}
.BgClassName
{
background-color: #1355EF;
}
</style>
border-color css
<style>
span { border-color: #1355EF; }
span { border-color: rgb(19,85,239); }
td.TdClassName
{
border-color: #1355EF;
}
.TagClassName
{
border-color: #1355EF;
}
</style>