Shades of Navy Blue #1377CF
Tints of Navy Blue #1377CF
RGB
CMYK
RGB Variations
Color information
#1377CF (or 0x1377CF) is known color: Navy Blue. HEX triplet: 13, 77 and CF. RGB value is (19,119,207). Sum of RGB (Red+Green+Blue) = 19+119+207=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #1377CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377CF is #EC8830. Grayscale: #626262. Windows color (decimal): -15501361 or 13596435. OLE color: 13596435.
HSL color Cylindrical-coordinate representation of color #1377CF: hue angle of 208.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1377CF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 119 | 207 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.19 |
| HSL | 208.09º | 0.83% | 0.44% | - |
| HSV(B) | 208.09º | 0.91% | 0.81% | - |
| XYZ | 18.13 | 17.84 | 61.52 | - |
| YUV | 99.13 | 188.87 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 207 | 0.91 | 0.43 | 0 | 0.19 | 208.09 | 0.83 | 0.44 |
| Hex | 13 | 77 | CF | 5B | 2B | 0 | 13 | D0 | 53 | 2C |
| Octal | 23 | 167 | 317 | 133 | 53 | 0 | 23 | 320 | 123 | 54 |
| Binary | 10011 | 1110111 | 11001111 | 1011011 | 101011 | 0 | 10011 | 11010000 | 1010011 | 101100 |
Color Harmonies of #1377CF
Complementary color
Monochromatic Colors of #1377CF
Black with #1377CF
Text Example
Text Example
White with #1377CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377CF; }
p { color: rgb(19,119,207); }
H1.HeaderClassName
{
color: #1377CF;
}
.AnyTagClassName
{
color: #1377CF;
}
</style>
background-color css
<style>
a { background-color: #1377CF; }
a { background-color: rgb(19,119,207); }
div.DivClassName
{
background-color: #1377CF;
}
.BgClassName
{
background-color: #1377CF;
}
</style>
border-color css
<style>
span { border-color: #1377CF; }
span { border-color: rgb(19,119,207); }
td.TdClassName
{
border-color: #1377CF;
}
.TagClassName
{
border-color: #1377CF;
}
</style>