Shades of Navy Blue #1353EB
Tints of Navy Blue #1353EB
RGB
CMYK
RGB Variations
Color information
#1353EB (or 0x1353EB) is known color: Navy Blue. HEX triplet: 13, 53 and EB. RGB value is (19,83,235). Sum of RGB (Red+Green+Blue) = 19+83+235=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #1353EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1353EB is #ECAC14. Grayscale: #505050. Windows color (decimal): -15510549 or 15422227. OLE color: 15422227.
HSL color Cylindrical-coordinate representation of color #1353EB: hue angle of 222.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1353EB is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 83 | 235 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.08 |
| HSL | 222.22º | 0.85% | 0.5% | - |
| HSV(B) | 222.22º | 0.92% | 0.92% | - |
| XYZ | 18.36 | 12.32 | 80.01 | - |
| YUV | 81.19 | 214.8 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 235 | 0.92 | 0.65 | 0 | 0.08 | 222.22 | 0.85 | 0.5 |
| Hex | 13 | 53 | EB | 5C | 41 | 0 | 8 | DE | 55 | 32 |
| Octal | 23 | 123 | 353 | 134 | 101 | 0 | 10 | 336 | 125 | 62 |
| Binary | 10011 | 1010011 | 11101011 | 1011100 | 1000001 | 0 | 1000 | 11011110 | 1010101 | 110010 |
Color Harmonies of #1353EB
Complementary color
Monochromatic Colors of #1353EB
Black with #1353EB
Text Example
Text Example
White with #1353EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1353EB; }
p { color: rgb(19,83,235); }
H1.HeaderClassName
{
color: #1353EB;
}
.AnyTagClassName
{
color: #1353EB;
}
</style>
background-color css
<style>
a { background-color: #1353EB; }
a { background-color: rgb(19,83,235); }
div.DivClassName
{
background-color: #1353EB;
}
.BgClassName
{
background-color: #1353EB;
}
</style>
border-color css
<style>
span { border-color: #1353EB; }
span { border-color: rgb(19,83,235); }
td.TdClassName
{
border-color: #1353EB;
}
.TagClassName
{
border-color: #1353EB;
}
</style>