Shades of Navy Blue #1355DD
Tints of Navy Blue #1355DD
RGB
CMYK
RGB Variations
Color information
#1355DD (or 0x1355DD) is known color: Navy Blue. HEX triplet: 13, 55 and DD. RGB value is (19,85,221). Sum of RGB (Red+Green+Blue) = 19+85+221=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #1355DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355DD is #ECAA22. Grayscale: #505050. Windows color (decimal): -15510051 or 14505235. OLE color: 14505235.
HSL color Cylindrical-coordinate representation of color #1355DD: hue angle of 220.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1355DD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 85 | 221 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.13 |
| HSL | 220.4º | 0.84% | 0.47% | - |
| HSV(B) | 220.4º | 0.91% | 0.87% | - |
| XYZ | 16.57 | 11.86 | 69.82 | - |
| YUV | 80.77 | 207.13 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 221 | 0.91 | 0.62 | 0 | 0.13 | 220.4 | 0.84 | 0.47 |
| Hex | 13 | 55 | DD | 5B | 3E | 0 | D | DC | 54 | 2F |
| Octal | 23 | 125 | 335 | 133 | 76 | 0 | 15 | 334 | 124 | 57 |
| Binary | 10011 | 1010101 | 11011101 | 1011011 | 111110 | 0 | 1101 | 11011100 | 1010100 | 101111 |
Color Harmonies of #1355DD
Complementary color
Monochromatic Colors of #1355DD
Black with #1355DD
Text Example
Text Example
White with #1355DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355DD; }
p { color: rgb(19,85,221); }
H1.HeaderClassName
{
color: #1355DD;
}
.AnyTagClassName
{
color: #1355DD;
}
</style>
background-color css
<style>
a { background-color: #1355DD; }
a { background-color: rgb(19,85,221); }
div.DivClassName
{
background-color: #1355DD;
}
.BgClassName
{
background-color: #1355DD;
}
</style>
border-color css
<style>
span { border-color: #1355DD; }
span { border-color: rgb(19,85,221); }
td.TdClassName
{
border-color: #1355DD;
}
.TagClassName
{
border-color: #1355DD;
}
</style>