#1B90BE

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

Shades of Pelorous #1B90BE

Tints of Pelorous #1B90BE

Color information

#1B90BE (or 0x1B90BE) is unknown color: approx Pelorous. HEX triplet: 1B, 90 and BE. RGB value is (27,144,190). Sum of RGB (Red+Green+Blue) = 27+144+190=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B90BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B90BE is #E46F41. Grayscale: #717171. Windows color (decimal): -14970690 or 12488731. OLE color: 12488731.

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

Color convert

RGB27144190-
CMYK0.860.2400.25
HSL196.93º75.12%42.55%-
HSV(B)196.93º85.79%74.51%-
XYZ19.7223.952.29-
YUV114.26170.7465.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.48%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=7.48%
G=39.89%
B=52.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271441900.860.2400.25196.9375.1242.55
Hex1B90BE5618019c54b2b
Octal332202761263003130511353
Binary110111001000010111110101011011000011001110001011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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