Shades of Navy Blue #1383DB
Tints of Navy Blue #1383DB
RGB
CMYK
RGB Variations
Color information
#1383DB (or 0x1383DB) is known color: Navy Blue. HEX triplet: 13, 83 and DB. RGB value is (19,131,219). Sum of RGB (Red+Green+Blue) = 19+131+219=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #1383DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383DB is #EC7C24. Grayscale: #6B6B6B. Windows color (decimal): -15498277 or 14385939. OLE color: 14385939.
HSL color Cylindrical-coordinate representation of color #1383DB: hue angle of 206.4º 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 #1383DB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 131 | 219 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.14 |
| HSL | 206.4º | 0.84% | 0.47% | - |
| HSV(B) | 206.4º | 0.91% | 0.86% | - |
| XYZ | 21.17 | 21.49 | 70.05 | - |
| YUV | 107.54 | 190.89 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 219 | 0.91 | 0.40 | 0 | 0.14 | 206.4 | 0.84 | 0.47 |
| Hex | 13 | 83 | DB | 5B | 28 | 0 | E | CE | 54 | 2F |
| Octal | 23 | 203 | 333 | 133 | 50 | 0 | 16 | 316 | 124 | 57 |
| Binary | 10011 | 10000011 | 11011011 | 1011011 | 101000 | 0 | 1110 | 11001110 | 1010100 | 101111 |
Color Harmonies of #1383DB
Complementary color
Monochromatic Colors of #1383DB
Black with #1383DB
Text Example
Text Example
White with #1383DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1383DB; }
p { color: rgb(19,131,219); }
H1.HeaderClassName
{
color: #1383DB;
}
.AnyTagClassName
{
color: #1383DB;
}
</style>
background-color css
<style>
a { background-color: #1383DB; }
a { background-color: rgb(19,131,219); }
div.DivClassName
{
background-color: #1383DB;
}
.BgClassName
{
background-color: #1383DB;
}
</style>
border-color css
<style>
span { border-color: #1383DB; }
span { border-color: rgb(19,131,219); }
td.TdClassName
{
border-color: #1383DB;
}
.TagClassName
{
border-color: #1383DB;
}
</style>