Shades of Navy Blue #1362DB
Tints of Navy Blue #1362DB
RGB
CMYK
RGB Variations
Color information
#1362DB (or 0x1362DB) is known color: Navy Blue. HEX triplet: 13, 62 and DB. RGB value is (19,98,219). Sum of RGB (Red+Green+Blue) = 19+98+219=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #1362DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1362DB is #EC9D24. Grayscale: #575757. Windows color (decimal): -15506725 or 14377491. OLE color: 14377491.
HSL color Cylindrical-coordinate representation of color #1362DB: hue angle of 216.3º 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 #1362DB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 98 | 219 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.14 |
| HSL | 216.3º | 0.84% | 0.47% | - |
| HSV(B) | 216.3º | 0.91% | 0.86% | - |
| XYZ | 17.42 | 13.99 | 68.8 | - |
| YUV | 88.17 | 201.83 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 219 | 0.91 | 0.55 | 0 | 0.14 | 216.3 | 0.84 | 0.47 |
| Hex | 13 | 62 | DB | 5B | 37 | 0 | E | D8 | 54 | 2F |
| Octal | 23 | 142 | 333 | 133 | 67 | 0 | 16 | 330 | 124 | 57 |
| Binary | 10011 | 1100010 | 11011011 | 1011011 | 110111 | 0 | 1110 | 11011000 | 1010100 | 101111 |
Color Harmonies of #1362DB
Complementary color
Monochromatic Colors of #1362DB
Black with #1362DB
Text Example
Text Example
White with #1362DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362DB; }
p { color: rgb(19,98,219); }
H1.HeaderClassName
{
color: #1362DB;
}
.AnyTagClassName
{
color: #1362DB;
}
</style>
background-color css
<style>
a { background-color: #1362DB; }
a { background-color: rgb(19,98,219); }
div.DivClassName
{
background-color: #1362DB;
}
.BgClassName
{
background-color: #1362DB;
}
</style>
border-color css
<style>
span { border-color: #1362DB; }
span { border-color: rgb(19,98,219); }
td.TdClassName
{
border-color: #1362DB;
}
.TagClassName
{
border-color: #1362DB;
}
</style>