#1980BF

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

Shades of Pelorous #1980BF

Tints of Pelorous #1980BF

Color information

#1980BF (or 0x1980BF) is unknown color: approx Pelorous. HEX triplet: 19, 80 and BF. RGB value is (25,128,191). Sum of RGB (Red+Green+Blue) = 25+128+191=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #1980BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1980BF is #E67F40. Grayscale: #686868. Windows color (decimal): -15105857 or 12550169. OLE color: 12550169.

HSL color Cylindrical-coordinate representation of color #1980BF: hue angle of 202.77º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1980BF is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25128191-
CMYK0.870.3300.25
HSL202.77º76.85%42.35%-
HSV(B)202.77º86.91%74.9%-
XYZ17.5219.4152.11-
YUV104.38176.8871.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.27%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 191 (75% from 255) = 55.52%
R=7.27%
G=37.21%
B=55.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251281910.870.3300.25202.7776.8542.35
Hex1980BF5721019cb4d2a
Octal312002771274103131311552
Binary1100110000000101111111010111100001011001110010111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1980BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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