Shades of Navy Blue #1361DB
Tints of Navy Blue #1361DB
RGB
CMYK
RGB Variations
Color information
#1361DB (or 0x1361DB) is known color: Navy Blue. HEX triplet: 13, 61 and DB. RGB value is (19,97,219). Sum of RGB (Red+Green+Blue) = 19+97+219=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #1361DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1361DB is #EC9E24. Grayscale: #575757. Windows color (decimal): -15506981 or 14377235. OLE color: 14377235.
HSL color Cylindrical-coordinate representation of color #1361DB: hue angle of 216.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 #1361DB is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 97 | 219 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.14 |
| HSL | 216.6º | 0.84% | 0.47% | - |
| HSV(B) | 216.6º | 0.91% | 0.86% | - |
| XYZ | 17.33 | 13.8 | 68.77 | - |
| YUV | 87.59 | 202.16 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 219 | 0.91 | 0.56 | 0 | 0.14 | 216.6 | 0.84 | 0.47 |
| Hex | 13 | 61 | DB | 5B | 38 | 0 | E | D9 | 54 | 2F |
| Octal | 23 | 141 | 333 | 133 | 70 | 0 | 16 | 331 | 124 | 57 |
| Binary | 10011 | 1100001 | 11011011 | 1011011 | 111000 | 0 | 1110 | 11011001 | 1010100 | 101111 |
Color Harmonies of #1361DB
Complementary color
Monochromatic Colors of #1361DB
Black with #1361DB
Text Example
Text Example
White with #1361DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1361DB; }
p { color: rgb(19,97,219); }
H1.HeaderClassName
{
color: #1361DB;
}
.AnyTagClassName
{
color: #1361DB;
}
</style>
background-color css
<style>
a { background-color: #1361DB; }
a { background-color: rgb(19,97,219); }
div.DivClassName
{
background-color: #1361DB;
}
.BgClassName
{
background-color: #1361DB;
}
</style>
border-color css
<style>
span { border-color: #1361DB; }
span { border-color: rgb(19,97,219); }
td.TdClassName
{
border-color: #1361DB;
}
.TagClassName
{
border-color: #1361DB;
}
</style>