Shades of Navy Blue #1357DB
Tints of Navy Blue #1357DB
RGB
CMYK
RGB Variations
Color information
#1357DB (or 0x1357DB) is known color: Navy Blue. HEX triplet: 13, 57 and DB. RGB value is (19,87,219). Sum of RGB (Red+Green+Blue) = 19+87+219=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #1357DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1357DB is #ECA824. Grayscale: #515151. Windows color (decimal): -15509541 or 14374675. OLE color: 14374675.
HSL color Cylindrical-coordinate representation of color #1357DB: hue angle of 219.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1357DB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 87 | 219 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.14 |
| HSL | 219.6º | 0.84% | 0.47% | - |
| HSV(B) | 219.6º | 0.91% | 0.86% | - |
| XYZ | 16.46 | 12.07 | 68.48 | - |
| YUV | 81.72 | 205.47 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 219 | 0.91 | 0.60 | 0 | 0.14 | 219.6 | 0.84 | 0.47 |
| Hex | 13 | 57 | DB | 5B | 3C | 0 | E | DC | 54 | 2F |
| Octal | 23 | 127 | 333 | 133 | 74 | 0 | 16 | 334 | 124 | 57 |
| Binary | 10011 | 1010111 | 11011011 | 1011011 | 111100 | 0 | 1110 | 11011100 | 1010100 | 101111 |
Color Harmonies of #1357DB
Complementary color
Monochromatic Colors of #1357DB
Black with #1357DB
Text Example
Text Example
White with #1357DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1357DB; }
p { color: rgb(19,87,219); }
H1.HeaderClassName
{
color: #1357DB;
}
.AnyTagClassName
{
color: #1357DB;
}
</style>
background-color css
<style>
a { background-color: #1357DB; }
a { background-color: rgb(19,87,219); }
div.DivClassName
{
background-color: #1357DB;
}
.BgClassName
{
background-color: #1357DB;
}
</style>
border-color css
<style>
span { border-color: #1357DB; }
span { border-color: rgb(19,87,219); }
td.TdClassName
{
border-color: #1357DB;
}
.TagClassName
{
border-color: #1357DB;
}
</style>