#1B89BE

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

Shades of Pelorous #1B89BE

Tints of Pelorous #1B89BE

Color information

#1B89BE (or 0x1B89BE) is unknown color: approx Pelorous. HEX triplet: 1B, 89 and BE. RGB value is (27,137,190). Sum of RGB (Red+Green+Blue) = 27+137+190=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B89BE is #E47641. Grayscale: #6D6D6D. Windows color (decimal): -14972482 or 12486939. OLE color: 12486939.

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

Color convert

RGB27137190-
CMYK0.860.2800.25
HSL199.51º75.12%42.55%-
HSV(B)199.51º85.79%74.51%-
XYZ18.6921.8451.95-
YUV110.15173.0668.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.63%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=7.63%
G=38.70%
B=53.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271371900.860.2800.25199.5175.1242.55
Hex1B89BE561C019c84b2b
Octal332112761263403131011353
Binary110111000100110111110101011011100011001110010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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