#1B82BE

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

Shades of Pelorous #1B82BE

Tints of Pelorous #1B82BE

Color information

#1B82BE (or 0x1B82BE) is unknown color: approx Pelorous. HEX triplet: 1B, 82 and BE. RGB value is (27,130,190). Sum of RGB (Red+Green+Blue) = 27+130+190=347 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.78% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B82BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B82BE is #E47D41. Grayscale: #696969. Windows color (decimal): -14974274 or 12485147. OLE color: 12485147.

HSL color Cylindrical-coordinate representation of color #1B82BE: hue angle of 202.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B82BE is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27130190-
CMYK0.860.3200.25
HSL202.09º75.12%42.55%-
HSV(B)202.09º85.79%74.51%-
XYZ17.7319.9251.62-
YUV106.04175.3871.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.78%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=7.78%
G=37.46%
B=54.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271301900.860.3200.25202.0975.1242.55
Hex1B82BE5620019ca4b2b
Octal332022761264003131211353
Binary1101110000010101111101010110100000011001110010101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B82BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B82BE; }

 p { color: rgb(27,130,190); }

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

<style>
 a { background-color: #1B82BE; }

 a { background-color: rgb(27,130,190); }

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

<style>
 span { border-color: #1B82BE; }

 span { border-color: rgb(27,130,190); }

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