Shades of Navy Blue #1351DE
Tints of Navy Blue #1351DE
RGB
CMYK
RGB Variations
Color information
#1351DE (or 0x1351DE) is known color: Navy Blue. HEX triplet: 13, 51 and DE. RGB value is (19,81,222). Sum of RGB (Red+Green+Blue) = 19+81+222=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #1351DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1351DE is #ECAE21. Grayscale: #4D4D4D. Windows color (decimal): -15511074 or 14569747. OLE color: 14569747.
HSL color Cylindrical-coordinate representation of color #1351DE: hue angle of 221.67º 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 #1351DE is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 81 | 222 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.13 |
| HSL | 221.67º | 0.84% | 0.47% | - |
| HSV(B) | 221.67º | 0.91% | 0.87% | - |
| XYZ | 16.4 | 11.3 | 70.42 | - |
| YUV | 78.54 | 208.96 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 222 | 0.91 | 0.64 | 0 | 0.13 | 221.67 | 0.84 | 0.47 |
| Hex | 13 | 51 | DE | 5B | 40 | 0 | D | DE | 54 | 2F |
| Octal | 23 | 121 | 336 | 133 | 100 | 0 | 15 | 336 | 124 | 57 |
| Binary | 10011 | 1010001 | 11011110 | 1011011 | 1000000 | 0 | 1101 | 11011110 | 1010100 | 101111 |
Color Harmonies of #1351DE
Complementary color
Monochromatic Colors of #1351DE
Black with #1351DE
Text Example
Text Example
White with #1351DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1351DE; }
p { color: rgb(19,81,222); }
H1.HeaderClassName
{
color: #1351DE;
}
.AnyTagClassName
{
color: #1351DE;
}
</style>
background-color css
<style>
a { background-color: #1351DE; }
a { background-color: rgb(19,81,222); }
div.DivClassName
{
background-color: #1351DE;
}
.BgClassName
{
background-color: #1351DE;
}
</style>
border-color css
<style>
span { border-color: #1351DE; }
span { border-color: rgb(19,81,222); }
td.TdClassName
{
border-color: #1351DE;
}
.TagClassName
{
border-color: #1351DE;
}
</style>