Shades of Navy Blue #1383CB
Tints of Navy Blue #1383CB
RGB
CMYK
RGB Variations
Color information
#1383CB (or 0x1383CB) is known color: Navy Blue. HEX triplet: 13, 83 and CB. RGB value is (19,131,203). Sum of RGB (Red+Green+Blue) = 19+131+203=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #1383CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383CB is #EC7C34. Grayscale: #696969. Windows color (decimal): -15498293 or 13337363. OLE color: 13337363.
HSL color Cylindrical-coordinate representation of color #1383CB: hue angle of 203.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1383CB is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 131 | 203 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.20 |
| HSL | 203.48º | 0.83% | 0.44% | - |
| HSV(B) | 203.48º | 0.91% | 0.8% | - |
| XYZ | 19.16 | 20.68 | 59.48 | - |
| YUV | 105.72 | 182.89 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 203 | 0.91 | 0.35 | 0 | 0.20 | 203.48 | 0.83 | 0.44 |
| Hex | 13 | 83 | CB | 5B | 23 | 0 | 14 | CB | 53 | 2C |
| Octal | 23 | 203 | 313 | 133 | 43 | 0 | 24 | 313 | 123 | 54 |
| Binary | 10011 | 10000011 | 11001011 | 1011011 | 100011 | 0 | 10100 | 11001011 | 1010011 | 101100 |
Color Harmonies of #1383CB
Complementary color
Monochromatic Colors of #1383CB
Black with #1383CB
Text Example
Text Example
White with #1383CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1383CB; }
p { color: rgb(19,131,203); }
H1.HeaderClassName
{
color: #1383CB;
}
.AnyTagClassName
{
color: #1383CB;
}
</style>
background-color css
<style>
a { background-color: #1383CB; }
a { background-color: rgb(19,131,203); }
div.DivClassName
{
background-color: #1383CB;
}
.BgClassName
{
background-color: #1383CB;
}
</style>
border-color css
<style>
span { border-color: #1383CB; }
span { border-color: rgb(19,131,203); }
td.TdClassName
{
border-color: #1383CB;
}
.TagClassName
{
border-color: #1383CB;
}
</style>