Shades of Navy Blue #1380CF
Tints of Navy Blue #1380CF
RGB
CMYK
RGB Variations
Color information
#1380CF (or 0x1380CF) is known color: Navy Blue. HEX triplet: 13, 80 and CF. RGB value is (19,128,207). Sum of RGB (Red+Green+Blue) = 19+128+207=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #1380CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1380CF is #EC7F30. Grayscale: #676767. Windows color (decimal): -15499057 or 13598739. OLE color: 13598739.
HSL color Cylindrical-coordinate representation of color #1380CF: hue angle of 205.21º 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 #1380CF is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 128 | 207 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.19 |
| HSL | 205.21º | 0.83% | 0.44% | - |
| HSV(B) | 205.21º | 0.91% | 0.81% | - |
| XYZ | 19.25 | 20.08 | 61.89 | - |
| YUV | 104.42 | 185.89 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 207 | 0.91 | 0.38 | 0 | 0.19 | 205.21 | 0.83 | 0.44 |
| Hex | 13 | 80 | CF | 5B | 26 | 0 | 13 | CD | 53 | 2C |
| Octal | 23 | 200 | 317 | 133 | 46 | 0 | 23 | 315 | 123 | 54 |
| Binary | 10011 | 10000000 | 11001111 | 1011011 | 100110 | 0 | 10011 | 11001101 | 1010011 | 101100 |
Color Harmonies of #1380CF
Complementary color
Monochromatic Colors of #1380CF
Black with #1380CF
Text Example
Text Example
White with #1380CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1380CF; }
p { color: rgb(19,128,207); }
H1.HeaderClassName
{
color: #1380CF;
}
.AnyTagClassName
{
color: #1380CF;
}
</style>
background-color css
<style>
a { background-color: #1380CF; }
a { background-color: rgb(19,128,207); }
div.DivClassName
{
background-color: #1380CF;
}
.BgClassName
{
background-color: #1380CF;
}
</style>
border-color css
<style>
span { border-color: #1380CF; }
span { border-color: rgb(19,128,207); }
td.TdClassName
{
border-color: #1380CF;
}
.TagClassName
{
border-color: #1380CF;
}
</style>