#1590B1

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

Shades of Pelorous #1590B1

Tints of Pelorous #1590B1

Color information

#1590B1 (or 0x1590B1) is unknown color: approx Pelorous. HEX triplet: 15, 90 and B1. RGB value is (21,144,177). Sum of RGB (Red+Green+Blue) = 21+144+177=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 177 (69.53% from 255 or 51.75% from 342); Max value from RGB is 177 - color contains mainly: blue. Hex color #1590B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1590B1 is #EA6F4E. Grayscale: #6E6E6E. Windows color (decimal): -15363919 or 11636757. OLE color: 11636757.

HSL color Cylindrical-coordinate representation of color #1590B1: hue angle of 192.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1590B1 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21144177-
CMYK0.880.1900.31
HSL192.69º78.79%38.82%-
HSV(B)192.69º88.14%69.41%-
XYZ18.2223.2845.13-
YUV110.98165.2563.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.14%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 177 (69.53% from 255) = 51.75%
R=6.14%
G=42.11%
B=51.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211441770.880.1900.31192.6978.7938.82
Hex1590B1581301Fc14f27
Octal252202611302303730111747
Binary101011001000010110001101100010011011111110000011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1590B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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