#1980CA

Color #1980CA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1980CA

Tints of Denim #1980CA

Color information

#1980CA (or 0x1980CA) is unknown color: approx Denim. HEX triplet: 19, 80 and CA. RGB value is (25,128,202). Sum of RGB (Red+Green+Blue) = 25+128+202=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #1980CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1980CA is #E67F35. Grayscale: #696969. Windows color (decimal): -15105846 or 13271065. OLE color: 13271065.

HSL color Cylindrical-coordinate representation of color #1980CA: hue angle of 205.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1980CA is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25128202-
CMYK0.880.3700.21
HSL205.08º77.97%44.51%-
HSV(B)205.08º87.62%79.22%-
XYZ18.7819.9158.73-
YUV105.64182.3870.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 7.04%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=7.04%
G=36.06%
B=56.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251282020.880.3700.21205.0877.9744.51
Hex1980CA5825015cd4e2d
Octal312003121304502531511655
Binary1100110000000110010101011000100101010101110011011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1980CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1980CA; }

 p { color: rgb(25,128,202); }

 H1.HeaderClassName
 {
   color: #1980CA;
 }
 .AnyTagClassName
 {
   color: #1980CA;
 }
</style>
background-color css

<style>
 a { background-color: #1980CA; }

 a { background-color: rgb(25,128,202); }

 div.DivClassName
 {
   background-color: #1980CA;
 }
 .BgClassName
 {
   background-color: #1980CA;
 }
</style>
border-color css

<style>
 span { border-color: #1980CA; }

 span { border-color: rgb(25,128,202); }

 td.TdClassName
 {
   border-color: #1980CA;
 }
 .TagClassName
 {
   border-color: #1980CA;
 }
</style>