#158AAD

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

Shades of Pelorous #158AAD

Tints of Pelorous #158AAD

Color information

#158AAD (or 0x158AAD) is unknown color: approx Pelorous. HEX triplet: 15, 8A and AD. RGB value is (21,138,173). Sum of RGB (Red+Green+Blue) = 21+138+173=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #158AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158AAD is #EA7552. Grayscale: #6A6A6A. Windows color (decimal): -15365459 or 11373077. OLE color: 11373077.

HSL color Cylindrical-coordinate representation of color #158AAD: hue angle of 193.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158AAD is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21138173-
CMYK0.880.2000.32
HSL193.82º78.35%38.04%-
HSV(B)193.82º87.86%67.84%-
XYZ16.9421.3542.76-
YUV107.01165.2466.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.33%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 173 (67.97% from 255) = 52.11%
R=6.33%
G=41.57%
B=52.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211381730.880.2000.32193.8278.3538.04
Hex158AAD5814020c24e26
Octal252122551302404030211646
Binary1010110001010101011011011000101000100000110000101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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