#1594a9

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

Shades of Pelorous #1594A9

Tints of Pelorous #1594A9

Color information

#1594A9 (or 0x1594A9) is unknown color: approx Pelorous. HEX triplet: 15, 94 and A9. RGB value is (21,148,169). Sum of RGB (Red+Green+Blue) = 21+148+169=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #1594A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1594A9 is #EA6B56. Grayscale: #707070. Windows color (decimal): -15362903 or 11113493. OLE color: 11113493.

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

Color convert

RGB21148169-
CMYK0.880.1200.34
HSL188.51º77.89%37.25%-
HSV(B)188.51º87.57%66.27%-
XYZ18.0624.241.26-
YUV112.42159.9262.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.21%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 169 (66.41% from 255) = 50%
R=6.21%
G=43.79%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal211481690.880.1200.34188.5177.8937.25
Hex1594A958C022bd4e25
Octal252242511301404227511645
Binary101011001010010101001101100011000100010101111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1594a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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