Shades of Navy Blue #1382CB
Tints of Navy Blue #1382CB
RGB
CMYK
RGB Variations
Color information
#1382CB (or 0x1382CB) is known color: Navy Blue. HEX triplet: 13, 82 and CB. RGB value is (19,130,203). Sum of RGB (Red+Green+Blue) = 19+130+203=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #1382CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382CB is #EC7D34. Grayscale: #686868. Windows color (decimal): -15498549 or 13337107. OLE color: 13337107.
HSL color Cylindrical-coordinate representation of color #1382CB: hue angle of 203.8º 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 #1382CB is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 130 | 203 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.20 |
| HSL | 203.8º | 0.83% | 0.44% | - |
| HSV(B) | 203.8º | 0.91% | 0.8% | - |
| XYZ | 19.03 | 20.42 | 59.44 | - |
| YUV | 105.13 | 183.23 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 203 | 0.91 | 0.36 | 0 | 0.20 | 203.8 | 0.83 | 0.44 |
| Hex | 13 | 82 | CB | 5B | 24 | 0 | 14 | CC | 53 | 2C |
| Octal | 23 | 202 | 313 | 133 | 44 | 0 | 24 | 314 | 123 | 54 |
| Binary | 10011 | 10000010 | 11001011 | 1011011 | 100100 | 0 | 10100 | 11001100 | 1010011 | 101100 |
Color Harmonies of #1382CB
Complementary color
Monochromatic Colors of #1382CB
Black with #1382CB
Text Example
Text Example
White with #1382CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1382CB; }
p { color: rgb(19,130,203); }
H1.HeaderClassName
{
color: #1382CB;
}
.AnyTagClassName
{
color: #1382CB;
}
</style>
background-color css
<style>
a { background-color: #1382CB; }
a { background-color: rgb(19,130,203); }
div.DivClassName
{
background-color: #1382CB;
}
.BgClassName
{
background-color: #1382CB;
}
</style>
border-color css
<style>
span { border-color: #1382CB; }
span { border-color: rgb(19,130,203); }
td.TdClassName
{
border-color: #1382CB;
}
.TagClassName
{
border-color: #1382CB;
}
</style>