Shades of Navy Blue #1350DD
Tints of Navy Blue #1350DD
RGB
CMYK
RGB Variations
Color information
#1350DD (or 0x1350DD) is known color: Navy Blue. HEX triplet: 13, 50 and DD. RGB value is (19,80,221). Sum of RGB (Red+Green+Blue) = 19+80+221=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #1350DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350DD is #ECAF22. Grayscale: #4D4D4D. Windows color (decimal): -15511331 or 14503955. OLE color: 14503955.
HSL color Cylindrical-coordinate representation of color #1350DD: hue angle of 221.88º 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 #1350DD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 80 | 221 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.13 |
| HSL | 221.88º | 0.84% | 0.47% | - |
| HSV(B) | 221.88º | 0.91% | 0.87% | - |
| XYZ | 16.19 | 11.1 | 69.7 | - |
| YUV | 77.84 | 208.79 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 221 | 0.91 | 0.64 | 0 | 0.13 | 221.88 | 0.84 | 0.47 |
| Hex | 13 | 50 | DD | 5B | 40 | 0 | D | DE | 54 | 2F |
| Octal | 23 | 120 | 335 | 133 | 100 | 0 | 15 | 336 | 124 | 57 |
| Binary | 10011 | 1010000 | 11011101 | 1011011 | 1000000 | 0 | 1101 | 11011110 | 1010100 | 101111 |
Color Harmonies of #1350DD
Complementary color
Monochromatic Colors of #1350DD
Black with #1350DD
Text Example
Text Example
White with #1350DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350DD; }
p { color: rgb(19,80,221); }
H1.HeaderClassName
{
color: #1350DD;
}
.AnyTagClassName
{
color: #1350DD;
}
</style>
background-color css
<style>
a { background-color: #1350DD; }
a { background-color: rgb(19,80,221); }
div.DivClassName
{
background-color: #1350DD;
}
.BgClassName
{
background-color: #1350DD;
}
</style>
border-color css
<style>
span { border-color: #1350DD; }
span { border-color: rgb(19,80,221); }
td.TdClassName
{
border-color: #1350DD;
}
.TagClassName
{
border-color: #1350DD;
}
</style>