#1589CA

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

Shades of Pacific Blue #1589CA

Tints of Pacific Blue #1589CA

Color information

#1589CA (or 0x1589CA) is unknown color: approx Pacific Blue. HEX triplet: 15, 89 and CA. RGB value is (21,137,202). Sum of RGB (Red+Green+Blue) = 21+137+202=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #1589CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589CA is #EA7635. Grayscale: #6D6D6D. Windows color (decimal): -15365686 or 13273365. OLE color: 13273365.

HSL color Cylindrical-coordinate representation of color #1589CA: hue angle of 201.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1589CA is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB21137202-
CMYK0.900.3200.21
HSL201.55º81.17%43.73%-
HSV(B)201.55º89.6%79.22%-
XYZ19.9222.3259.13-
YUV109.73180.0764.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.83%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=5.83%
G=38.06%
B=56.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal211372020.900.3200.21201.5581.1743.73
Hex1589CA5A20015ca512c
Octal252113121324002531212154
Binary1010110001001110010101011010100000010101110010101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1589CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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