Shades of Navy Blue #1980CF
Tints of Navy Blue #1980CF
RGB
CMYK
RGB Variations
Color information
#1980CF (or 0x1980CF) is known color: Navy Blue. HEX triplet: 19, 80 and CF. RGB value is (25,128,207). Sum of RGB (Red+Green+Blue) = 25+128+207=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #1980CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1980CF is #E67F30. Grayscale: #696969. Windows color (decimal): -15105841 or 13598745. OLE color: 13598745.
HSL color Cylindrical-coordinate representation of color #1980CF: hue angle of 206.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1980CF is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 128 | 207 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.19 |
| HSL | 206.04º | 0.78% | 0.45% | - |
| HSV(B) | 206.04º | 0.88% | 0.81% | - |
| XYZ | 19.38 | 20.15 | 61.9 | - |
| YUV | 106.21 | 184.88 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 207 | 0.88 | 0.38 | 0 | 0.19 | 206.04 | 0.78 | 0.45 |
| Hex | 19 | 80 | CF | 58 | 26 | 0 | 13 | CE | 4E | 2D |
| Octal | 31 | 200 | 317 | 130 | 46 | 0 | 23 | 316 | 116 | 55 |
| Binary | 11001 | 10000000 | 11001111 | 1011000 | 100110 | 0 | 10011 | 11001110 | 1001110 | 101101 |
Color Harmonies of #1980CF
Complementary color
Monochromatic Colors of #1980CF
Black with #1980CF
Text Example
Text Example
White with #1980CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1980CF; }
p { color: rgb(25,128,207); }
H1.HeaderClassName
{
color: #1980CF;
}
.AnyTagClassName
{
color: #1980CF;
}
</style>
background-color css
<style>
a { background-color: #1980CF; }
a { background-color: rgb(25,128,207); }
div.DivClassName
{
background-color: #1980CF;
}
.BgClassName
{
background-color: #1980CF;
}
</style>
border-color css
<style>
span { border-color: #1980CF; }
span { border-color: rgb(25,128,207); }
td.TdClassName
{
border-color: #1980CF;
}
.TagClassName
{
border-color: #1980CF;
}
</style>