Shades of Navy Blue #1358EF
Tints of Navy Blue #1358EF
RGB
CMYK
RGB Variations
Color information
#1358EF (or 0x1358EF) is known color: Navy Blue. HEX triplet: 13, 58 and EF. RGB value is (19,88,239). Sum of RGB (Red+Green+Blue) = 19+88+239=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #1358EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1358EF is #ECA710. Grayscale: #535353. Windows color (decimal): -15509265 or 15685651. OLE color: 15685651.
HSL color Cylindrical-coordinate representation of color #1358EF: hue angle of 221.18º 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 #1358EF is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 88 | 239 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.06 |
| HSL | 221.18º | 0.87% | 0.51% | - |
| HSV(B) | 221.18º | 0.92% | 0.94% | - |
| XYZ | 19.34 | 13.35 | 83.22 | - |
| YUV | 84.58 | 215.14 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 239 | 0.92 | 0.63 | 0 | 0.06 | 221.18 | 0.87 | 0.51 |
| Hex | 13 | 58 | EF | 5C | 3F | 0 | 6 | DD | 57 | 33 |
| Octal | 23 | 130 | 357 | 134 | 77 | 0 | 6 | 335 | 127 | 63 |
| Binary | 10011 | 1011000 | 11101111 | 1011100 | 111111 | 0 | 110 | 11011101 | 1010111 | 110011 |
Color Harmonies of #1358EF
Complementary color
Monochromatic Colors of #1358EF
Black with #1358EF
Text Example
Text Example
White with #1358EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1358EF; }
p { color: rgb(19,88,239); }
H1.HeaderClassName
{
color: #1358EF;
}
.AnyTagClassName
{
color: #1358EF;
}
</style>
background-color css
<style>
a { background-color: #1358EF; }
a { background-color: rgb(19,88,239); }
div.DivClassName
{
background-color: #1358EF;
}
.BgClassName
{
background-color: #1358EF;
}
</style>
border-color css
<style>
span { border-color: #1358EF; }
span { border-color: rgb(19,88,239); }
td.TdClassName
{
border-color: #1358EF;
}
.TagClassName
{
border-color: #1358EF;
}
</style>