Shades of Navy Blue #1383DC
Tints of Navy Blue #1383DC
RGB
CMYK
RGB Variations
Color information
#1383DC (or 0x1383DC) is known color: Navy Blue. HEX triplet: 13, 83 and DC. RGB value is (19,131,220). Sum of RGB (Red+Green+Blue) = 19+131+220=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #1383DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383DC is #EC7C23. Grayscale: #6B6B6B. Windows color (decimal): -15498276 or 14451475. OLE color: 14451475.
HSL color Cylindrical-coordinate representation of color #1383DC: hue angle of 206.57º 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 #1383DC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 131 | 220 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.14 |
| HSL | 206.57º | 0.84% | 0.47% | - |
| HSV(B) | 206.57º | 0.91% | 0.86% | - |
| XYZ | 21.3 | 21.54 | 70.74 | - |
| YUV | 107.66 | 191.39 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 220 | 0.91 | 0.40 | 0 | 0.14 | 206.57 | 0.84 | 0.47 |
| Hex | 13 | 83 | DC | 5B | 28 | 0 | E | CF | 54 | 2F |
| Octal | 23 | 203 | 334 | 133 | 50 | 0 | 16 | 317 | 124 | 57 |
| Binary | 10011 | 10000011 | 11011100 | 1011011 | 101000 | 0 | 1110 | 11001111 | 1010100 | 101111 |
Color Harmonies of #1383DC
Complementary color
Monochromatic Colors of #1383DC
Black with #1383DC
Text Example
Text Example
White with #1383DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1383DC; }
p { color: rgb(19,131,220); }
H1.HeaderClassName
{
color: #1383DC;
}
.AnyTagClassName
{
color: #1383DC;
}
</style>
background-color css
<style>
a { background-color: #1383DC; }
a { background-color: rgb(19,131,220); }
div.DivClassName
{
background-color: #1383DC;
}
.BgClassName
{
background-color: #1383DC;
}
</style>
border-color css
<style>
span { border-color: #1383DC; }
span { border-color: rgb(19,131,220); }
td.TdClassName
{
border-color: #1383DC;
}
.TagClassName
{
border-color: #1383DC;
}
</style>