#1594AA

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

Shades of Pelorous #1594AA

Tints of Pelorous #1594AA

Color information

#1594AA (or 0x1594AA) is unknown color: approx Pelorous. HEX triplet: 15, 94 and AA. RGB value is (21,148,170). Sum of RGB (Red+Green+Blue) = 21+148+170=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #1594AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1594AA is #EA6B55. Grayscale: #707070. Windows color (decimal): -15362902 or 11179029. OLE color: 11179029.

HSL color Cylindrical-coordinate representation of color #1594AA: hue angle of 188.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1594AA is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21148170-
CMYK0.880.1300.33
HSL188.86º78.01%37.45%-
HSV(B)188.86º87.65%66.67%-
XYZ18.1524.2441.75-
YUV112.53160.4262.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.19%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=6.19%
G=43.66%
B=50.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211481700.880.1300.33188.8678.0137.45
Hex1594AA58D021bd4e25
Octal252242521301504127511645
Binary101011001010010101010101100011010100001101111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1594AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1594AA; }

 p { color: rgb(21,148,170); }

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

<style>
 a { background-color: #1594AA; }

 a { background-color: rgb(21,148,170); }

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

<style>
 span { border-color: #1594AA; }

 span { border-color: rgb(21,148,170); }

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