#1591BD

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

Shades of Pelorous #1591BD

Tints of Pelorous #1591BD

Color information

#1591BD (or 0x1591BD) is unknown color: approx Pelorous. HEX triplet: 15, 91 and BD. RGB value is (21,145,189). Sum of RGB (Red+Green+Blue) = 21+145+189=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #1591BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591BD is #EA6E42. Grayscale: #707070. Windows color (decimal): -15363651 or 12423445. OLE color: 12423445.

HSL color Cylindrical-coordinate representation of color #1591BD: hue angle of 195.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1591BD is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB21145189-
CMYK0.890.2300.26
HSL195.71º80%41.18%-
HSV(B)195.71º88.89%74.12%-
XYZ19.6224.0851.76-
YUV112.94170.9262.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.92%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=5.92%
G=40.85%
B=53.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal211451890.890.2300.26195.718041.18
Hex1591BD591701Ac45029
Octal252212751312703230412051
Binary101011001000110111101101100110111011010110001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1591BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1591BD; }

 p { color: rgb(21,145,189); }

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

<style>
 a { background-color: #1591BD; }

 a { background-color: rgb(21,145,189); }

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

<style>
 span { border-color: #1591BD; }

 span { border-color: rgb(21,145,189); }

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