#1982B5

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

Shades of Pelorous #1982B5

Tints of Pelorous #1982B5

Color information

#1982B5 (or 0x1982B5) is unknown color: approx Pelorous. HEX triplet: 19, 82 and B5. RGB value is (25,130,181). Sum of RGB (Red+Green+Blue) = 25+130+181=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #1982B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1982B5 is #E67D4A. Grayscale: #686868. Windows color (decimal): -15105355 or 11895321. OLE color: 11895321.

HSL color Cylindrical-coordinate representation of color #1982B5: hue angle of 199.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1982B5 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25130181-
CMYK0.860.2800.29
HSL199.62º75.73%40.39%-
HSV(B)199.62º86.19%70.98%-
XYZ16.7219.5146.6-
YUV104.42171.2171.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.44%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 181 (71.09% from 255) = 53.87%
R=7.44%
G=38.69%
B=53.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251301810.860.2800.29199.6275.7340.39
Hex1982B5561C01Dc84c28
Octal312022651263403531011450
Binary110011000001010110101101011011100011101110010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1982B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1982B5; }

 p { color: rgb(25,130,181); }

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

<style>
 a { background-color: #1982B5; }

 a { background-color: rgb(25,130,181); }

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

<style>
 span { border-color: #1982B5; }

 span { border-color: rgb(25,130,181); }

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