#158AB1

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

Shades of Pelorous #158AB1

Tints of Pelorous #158AB1

Color information

#158AB1 (or 0x158AB1) is unknown color: approx Pelorous. HEX triplet: 15, 8A and B1. RGB value is (21,138,177). Sum of RGB (Red+Green+Blue) = 21+138+177=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #158AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158AB1 is #EA754E. Grayscale: #6B6B6B. Windows color (decimal): -15365455 or 11635221. OLE color: 11635221.

HSL color Cylindrical-coordinate representation of color #158AB1: hue angle of 195º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158AB1 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21138177-
CMYK0.880.2200.31
HSL195º78.79%38.82%-
HSV(B)195º88.14%69.41%-
XYZ17.3321.5144.83-
YUV107.46167.2466.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.25%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 177 (69.53% from 255) = 52.68%
R=6.25%
G=41.07%
B=52.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211381770.880.2200.3119578.7938.82
Hex158AB1581601Fc34f27
Octal252122611302603730311747
Binary101011000101010110001101100010110011111110000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158AB1; }

 p { color: rgb(21,138,177); }

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

<style>
 a { background-color: #158AB1; }

 a { background-color: rgb(21,138,177); }

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

<style>
 span { border-color: #158AB1; }

 span { border-color: rgb(21,138,177); }

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