#1B80B2

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

Shades of Pelorous #1B80B2

Tints of Pelorous #1B80B2

Color information

#1B80B2 (or 0x1B80B2) is unknown color: approx Pelorous. HEX triplet: 1B, 80 and B2. RGB value is (27,128,178). Sum of RGB (Red+Green+Blue) = 27+128+178=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 178 (69.92% from 255 or 53.45% from 333); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B80B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B80B2 is #E47F4D. Grayscale: #676767. Windows color (decimal): -14974798 or 11698203. OLE color: 11698203.

HSL color Cylindrical-coordinate representation of color #1B80B2: hue angle of 199.87º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B80B2 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB27128178-
CMYK0.850.2800.30
HSL199.87º73.66%40.2%-
HSV(B)199.87º84.83%69.8%-
XYZ16.2118.8944.91-
YUV103.5170.0473.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.11%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 178 (69.92% from 255) = 53.45%
R=8.11%
G=38.44%
B=53.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal271281780.850.2800.30199.8773.6640.2
Hex1B80B2551C01Ec84a28
Octal332002621253403631011250
Binary110111000000010110010101010111100011110110010001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B80B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,128,178); }

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

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

 a { background-color: rgb(27,128,178); }

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

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

 span { border-color: rgb(27,128,178); }

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