#1589B7

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

Shades of Pelorous #1589B7

Tints of Pelorous #1589B7

Color information

#1589B7 (or 0x1589B7) is unknown color: approx Pelorous. HEX triplet: 15, 89 and B7. RGB value is (21,137,183). Sum of RGB (Red+Green+Blue) = 21+137+183=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #1589B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589B7 is #EA7648. Grayscale: #6B6B6B. Windows color (decimal): -15365705 or 12028181. OLE color: 12028181.

HSL color Cylindrical-coordinate representation of color #1589B7: hue angle of 197.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1589B7 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB21137183-
CMYK0.890.2500.28
HSL197.04º79.41%40%-
HSV(B)197.04º88.52%71.76%-
XYZ17.821.4748.01-
YUV107.56170.5766.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.16%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 183 (71.88% from 255) = 53.67%
R=6.16%
G=40.18%
B=53.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal211371830.890.2500.28197.0479.4140
Hex1589B7591901Cc54f28
Octal252112671313103430511750
Binary101011000100110110111101100111001011100110001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1589B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1589B7; }

 p { color: rgb(21,137,183); }

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

<style>
 a { background-color: #1589B7; }

 a { background-color: rgb(21,137,183); }

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

<style>
 span { border-color: #1589B7; }

 span { border-color: rgb(21,137,183); }

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