#1B81BE

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

Shades of Pelorous #1B81BE

Tints of Pelorous #1B81BE

Color information

#1B81BE (or 0x1B81BE) is unknown color: approx Pelorous. HEX triplet: 1B, 81 and BE. RGB value is (27,129,190). Sum of RGB (Red+Green+Blue) = 27+129+190=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B81BE is #E47E41. Grayscale: #696969. Windows color (decimal): -14974530 or 12484891. OLE color: 12484891.

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

Color convert

RGB27129190-
CMYK0.860.3200.25
HSL202.45º75.12%42.55%-
HSV(B)202.45º85.79%74.51%-
XYZ17.619.6551.58-
YUV105.46175.7172.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.80%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 190 (74.61% from 255) = 54.91%
R=7.80%
G=37.28%
B=54.91%

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
Decimal271291900.860.3200.25202.4575.1242.55
Hex1B81BE5620019ca4b2b
Octal332012761264003131211353
Binary1101110000001101111101010110100000011001110010101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B81BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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