Shades of Navy Blue #1377CB
Tints of Navy Blue #1377CB
RGB
CMYK
RGB Variations
Color information
#1377CB (or 0x1377CB) is known color: Navy Blue. HEX triplet: 13, 77 and CB. RGB value is (19,119,203). Sum of RGB (Red+Green+Blue) = 19+119+203=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #1377CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377CB is #EC8834. Grayscale: #626262. Windows color (decimal): -15501365 or 13334291. OLE color: 13334291.
HSL color Cylindrical-coordinate representation of color #1377CB: hue angle of 207.39º 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 #1377CB is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 119 | 203 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.20 |
| HSL | 207.39º | 0.83% | 0.44% | - |
| HSV(B) | 207.39º | 0.91% | 0.8% | - |
| XYZ | 17.64 | 17.64 | 58.98 | - |
| YUV | 98.68 | 186.87 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 203 | 0.91 | 0.41 | 0 | 0.20 | 207.39 | 0.83 | 0.44 |
| Hex | 13 | 77 | CB | 5B | 29 | 0 | 14 | CF | 53 | 2C |
| Octal | 23 | 167 | 313 | 133 | 51 | 0 | 24 | 317 | 123 | 54 |
| Binary | 10011 | 1110111 | 11001011 | 1011011 | 101001 | 0 | 10100 | 11001111 | 1010011 | 101100 |
Color Harmonies of #1377CB
Complementary color
Monochromatic Colors of #1377CB
Black with #1377CB
Text Example
Text Example
White with #1377CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377CB; }
p { color: rgb(19,119,203); }
H1.HeaderClassName
{
color: #1377CB;
}
.AnyTagClassName
{
color: #1377CB;
}
</style>
background-color css
<style>
a { background-color: #1377CB; }
a { background-color: rgb(19,119,203); }
div.DivClassName
{
background-color: #1377CB;
}
.BgClassName
{
background-color: #1377CB;
}
</style>
border-color css
<style>
span { border-color: #1377CB; }
span { border-color: rgb(19,119,203); }
td.TdClassName
{
border-color: #1377CB;
}
.TagClassName
{
border-color: #1377CB;
}
</style>