#1B82C0

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

Shades of Pelorous #1B82C0

Tints of Pelorous #1B82C0

Color information

#1B82C0 (or 0x1B82C0) is unknown color: approx Pelorous. HEX triplet: 1B, 82 and C0. RGB value is (27,130,192). Sum of RGB (Red+Green+Blue) = 27+130+192=349 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.74% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #1B82C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B82C0 is #E47D3F. Grayscale: #696969. Windows color (decimal): -14974272 or 12616219. OLE color: 12616219.

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

Color convert

RGB27130192-
CMYK0.860.3200.25
HSL202.55º75.34%42.94%-
HSV(B)202.55º85.94%75.29%-
XYZ17.952052.78-
YUV106.27176.3871.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.74%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 192 (75.39% from 255) = 55.01%
R=7.74%
G=37.25%
B=55.01%

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
Decimal271301920.860.3200.25202.5575.3442.94
Hex1B82C05620019cb4b2b
Octal332023001264003131311353
Binary1101110000010110000001010110100000011001110010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B82C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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