#1982BC

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

Shades of Pelorous #1982BC

Tints of Pelorous #1982BC

Color information

#1982BC (or 0x1982BC) is unknown color: approx Pelorous. HEX triplet: 19, 82 and BC. RGB value is (25,130,188). Sum of RGB (Red+Green+Blue) = 25+130+188=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #1982BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1982BC is #E67D43. Grayscale: #686868. Windows color (decimal): -15105348 or 12354073. OLE color: 12354073.

HSL color Cylindrical-coordinate representation of color #1982BC: hue angle of 201.35º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1982BC is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB25130188-
CMYK0.870.3100.26
HSL201.35º76.53%41.76%-
HSV(B)201.35º86.7%73.73%-
XYZ17.4619.850.48-
YUV105.22174.7170.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.29%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=7.29%
G=37.90%
B=54.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal251301880.870.3100.26201.3576.5341.76
Hex1982BC571F01Ac94d2a
Octal312022741273703231111552
Binary110011000001010111100101011111111011010110010011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1982BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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