#1980BE

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

Shades of Pelorous #1980BE

Tints of Pelorous #1980BE

Color information

#1980BE (or 0x1980BE) is unknown color: approx Pelorous. HEX triplet: 19, 80 and BE. RGB value is (25,128,190). Sum of RGB (Red+Green+Blue) = 25+128+190=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #1980BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1980BE is #E67F41. Grayscale: #676767. Windows color (decimal): -15105858 or 12484633. OLE color: 12484633.

HSL color Cylindrical-coordinate representation of color #1980BE: hue angle of 202.55º 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 #1980BE is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25128190-
CMYK0.870.3300.25
HSL202.55º76.74%42.16%-
HSV(B)202.55º86.84%74.51%-
XYZ17.4119.3651.53-
YUV104.27176.3871.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.29%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=7.29%
G=37.32%
B=55.39%

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
Decimal251281900.870.3300.25202.5576.7442.16
Hex1980BE5721019cb4d2a
Octal312002761274103131311552
Binary1100110000000101111101010111100001011001110010111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1980BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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