Html Css Color HEX #158AB3 Pelorous

📋 copy color: '#158AB3'

red 21 ◦ green 138 ◦ blue 179

#158AB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #158AB3

Tints of Pelorous #158AB3

RGB

 RED value IS 21 (8.59% from 255) = 6.21%

 GREEN value IS 138 (54.3% from 255) = 40.83%

 BLUE value IS 179 (70.31% from 255) = 52.96%

R = 6.21%
G = 40.83%
B = 52.96%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#158AB3 (or 0x158AB3) is known color: Pelorous. HEX triplet: 15, 8A and B3. RGB value is (21,138,179). Sum of RGB (Red+Green+Blue) = 21+138+179=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #158AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158AB3 is #EA754C. Grayscale: #6B6B6B. Windows color (decimal): -15365453 or 11766293. OLE color: 11766293.

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

Color convert

RGB 21 138 179 -
CMYK 0.88 0.23 0 0.30
HSL 195.57º 0.79% 0.39% -
HSV(B) 195.57º 0.88% 0.7% -
XYZ 17.53 21.59 45.89 -
YUV 107.69 168.24 66.17 -
System Red Green Blue C M Y K H S L
Decimal 21 138 179 0.88 0.23 0 0.30 195.57 0.79 0.39
Hex 15 8A B3 58 17 0 1E C4 4F 27
Octal 25 212 263 130 27 0 36 304 117 47
Binary 10101 10001010 10110011 1011000 10111 0 11110 11000100 1001111 100111

Color Harmonies of #158AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158AB3

Black with #158AB3

Text Example


Text Example

White with #158AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #158AB3;
 }
 .AnyTagClassName
 {
   color: #158AB3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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