#1B88B4

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

Shades of Pelorous #1B88B4

Tints of Pelorous #1B88B4

Color information

#1B88B4 (or 0x1B88B4) is unknown color: approx Pelorous. HEX triplet: 1B, 88 and B4. RGB value is (27,136,180). Sum of RGB (Red+Green+Blue) = 27+136+180=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #1B88B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B88B4 is #E4774B. Grayscale: #6C6C6C. Windows color (decimal): -14972748 or 11831323. OLE color: 11831323.

HSL color Cylindrical-coordinate representation of color #1B88B4: hue angle of 197.25º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B88B4 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB27136180-
CMYK0.850.2400.29
HSL197.25º73.91%40.59%-
HSV(B)197.25º85%70.59%-
XYZ17.4921.1446.34-
YUV108.42168.3969.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.87%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=7.87%
G=39.65%
B=52.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal271361800.850.2400.29197.2573.9140.59
Hex1B88B4551801Dc54a29
Octal332102641253003530511251
Binary110111000100010110100101010111000011101110001011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,136,180); }

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

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

 a { background-color: rgb(27,136,180); }

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

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

 span { border-color: rgb(27,136,180); }

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