#1B92BE

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

Shades of Pelorous #1B92BE

Tints of Pelorous #1B92BE

Color information

#1B92BE (or 0x1B92BE) is unknown color: approx Pelorous. HEX triplet: 1B, 92 and BE. RGB value is (27,146,190). Sum of RGB (Red+Green+Blue) = 27+146+190=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B92BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B92BE is #E46D41. Grayscale: #737373. Windows color (decimal): -14970178 or 12489243. OLE color: 12489243.

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

Color convert

RGB27146190-
CMYK0.860.2300.25
HSL196.2º75.12%42.55%-
HSV(B)196.2º85.79%74.51%-
XYZ20.0324.5152.39-
YUV115.44170.0864.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.44%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=7.44%
G=40.22%
B=52.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271461900.860.2300.25196.275.1242.55
Hex1B92BE5617019c44b2b
Octal332222761262703130411353
Binary110111001001010111110101011010111011001110001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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