#1592AE

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

Shades of Pelorous #1592AE

Tints of Pelorous #1592AE

Color information

#1592AE (or 0x1592AE) is unknown color: approx Pelorous. HEX triplet: 15, 92 and AE. RGB value is (21,146,174). Sum of RGB (Red+Green+Blue) = 21+146+174=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #1592AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1592AE is #EA6D51. Grayscale: #6F6F6F. Windows color (decimal): -15363410 or 11440661. OLE color: 11440661.

HSL color Cylindrical-coordinate representation of color #1592AE: hue angle of 190.98º 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 #1592AE is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21146174-
CMYK0.880.1600.32
HSL190.98º78.46%38.24%-
HSV(B)190.98º87.93%68.24%-
XYZ18.2323.7743.67-
YUV111.82163.0963.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.16%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=6.16%
G=42.82%
B=51.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211461740.880.1600.32190.9878.4638.24
Hex1592AE5810020bf4e26
Octal252222561302004027711646
Binary1010110010010101011101011000100000100000101111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1592AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1592AE; }

 p { color: rgb(21,146,174); }

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

<style>
 a { background-color: #1592AE; }

 a { background-color: rgb(21,146,174); }

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

<style>
 span { border-color: #1592AE; }

 span { border-color: rgb(21,146,174); }

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