Shades of Navy Blue #1980CB
Tints of Navy Blue #1980CB
RGB
CMYK
RGB Variations
Color information
#1980CB (or 0x1980CB) is known color: Navy Blue. HEX triplet: 19, 80 and CB. RGB value is (25,128,203). Sum of RGB (Red+Green+Blue) = 25+128+203=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #1980CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1980CB is #E67F34. Grayscale: #696969. Windows color (decimal): -15105845 or 13336601. OLE color: 13336601.
HSL color Cylindrical-coordinate representation of color #1980CB: hue angle of 205.28º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1980CB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 128 | 203 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.20 |
| HSL | 205.28º | 0.78% | 0.45% | - |
| HSV(B) | 205.28º | 0.88% | 0.8% | - |
| XYZ | 18.9 | 19.96 | 59.36 | - |
| YUV | 105.75 | 182.88 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 203 | 0.88 | 0.37 | 0 | 0.20 | 205.28 | 0.78 | 0.45 |
| Hex | 19 | 80 | CB | 58 | 25 | 0 | 14 | CD | 4E | 2D |
| Octal | 31 | 200 | 313 | 130 | 45 | 0 | 24 | 315 | 116 | 55 |
| Binary | 11001 | 10000000 | 11001011 | 1011000 | 100101 | 0 | 10100 | 11001101 | 1001110 | 101101 |
Color Harmonies of #1980CB
Complementary color
Monochromatic Colors of #1980CB
Black with #1980CB
Text Example
Text Example
White with #1980CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1980CB; }
p { color: rgb(25,128,203); }
H1.HeaderClassName
{
color: #1980CB;
}
.AnyTagClassName
{
color: #1980CB;
}
</style>
background-color css
<style>
a { background-color: #1980CB; }
a { background-color: rgb(25,128,203); }
div.DivClassName
{
background-color: #1980CB;
}
.BgClassName
{
background-color: #1980CB;
}
</style>
border-color css
<style>
span { border-color: #1980CB; }
span { border-color: rgb(25,128,203); }
td.TdClassName
{
border-color: #1980CB;
}
.TagClassName
{
border-color: #1980CB;
}
</style>