Html Css Color HEX #1589CA Pacific Blue

📋 copy color: '#1589CA'

red 21 ◦ green 137 ◦ blue 202

#1589CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #1589CA

Tints of Pacific Blue #1589CA

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.3% from 255) = 56.11%

R = 5.83%
G = 38.06%
B = 56.11%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1589CA (or 0x1589CA) is known color: 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

RGB 21 137 202 -
CMYK 0.90 0.32 0 0.21
HSL 201.55º 0.81% 0.44% -
HSV(B) 201.55º 0.9% 0.79% -
XYZ 19.92 22.32 59.13 -
YUV 109.73 180.07 64.71 -
System Red Green Blue C M Y K H S L
Decimal 21 137 202 0.90 0.32 0 0.21 201.55 0.81 0.44
Hex 15 89 CA 5A 20 0 15 CA 51 2C
Octal 25 211 312 132 40 0 25 312 121 54
Binary 10101 10001001 11001010 1011010 100000 0 10101 11001010 1010001 101100

Color Harmonies of #1589CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589CA

Black with #1589CA

Text Example


Text Example

White with #1589CA

Text Example


Text Example

HTML Codes & Css Web 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>