#1590BD

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

Shades of Pelorous #1590BD

Tints of Pelorous #1590BD

Color information

#1590BD (or 0x1590BD) is unknown color: approx Pelorous. HEX triplet: 15, 90 and BD. RGB value is (21,144,189). Sum of RGB (Red+Green+Blue) = 21+144+189=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #1590BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590BD is #EA6F42. Grayscale: #707070. Windows color (decimal): -15363907 or 12423189. OLE color: 12423189.

HSL color Cylindrical-coordinate representation of color #1590BD: hue angle of 196.07º 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 #1590BD is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB21144189-
CMYK0.890.2400.26
HSL196.07º80%41.18%-
HSV(B)196.07º88.89%74.12%-
XYZ19.4723.7851.71-
YUV112.35171.2562.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.93%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=5.93%
G=40.68%
B=53.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal211441890.890.2400.26196.078041.18
Hex1590BD591801Ac45029
Octal252202751313003230412051
Binary101011001000010111101101100111000011010110001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1590BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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