#1590A4

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

Shades of Pelorous #1590A4

Tints of Pelorous #1590A4

Color information

#1590A4 (or 0x1590A4) is unknown color: approx Pelorous. HEX triplet: 15, 90 and A4. RGB value is (21,144,164). Sum of RGB (Red+Green+Blue) = 21+144+164=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #1590A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1590A4 is #EA6F5B. Grayscale: #6D6D6D. Windows color (decimal): -15363932 or 10784789. OLE color: 10784789.

HSL color Cylindrical-coordinate representation of color #1590A4: hue angle of 188.39º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1590A4 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21144164-
CMYK0.870.1200.36
HSL188.39º77.3%36.27%-
HSV(B)188.39º87.2%64.31%-
XYZ16.9822.7938.63-
YUV109.5158.7564.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.38%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=6.38%
G=43.77%
B=49.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211441640.870.1200.36188.3977.336.27
Hex1590A457C024bc4d24
Octal252202441271404427411544
Binary101011001000010100100101011111000100100101111001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1590A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1590A4; }

 p { color: rgb(21,144,164); }

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

<style>
 a { background-color: #1590A4; }

 a { background-color: rgb(21,144,164); }

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

<style>
 span { border-color: #1590A4; }

 span { border-color: rgb(21,144,164); }

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