Html Css Color HEX #1589B7 Pelorous

📋 copy color: '#1589B7'

red 21 ◦ green 137 ◦ blue 183

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

Shades of Pelorous #1589B7

Tints of Pelorous #1589B7

RGB

 RED value IS 21 (8.59% from 255) = 6.16%

 GREEN value IS 137 (53.91% from 255) = 40.18%

 BLUE value IS 183 (71.88% from 255) = 53.67%

R = 6.16%
G = 40.18%
B = 53.67%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1589B7 (or 0x1589B7) is known color: Pelorous. HEX triplet: 15, 89 and B7. RGB value is (21,137,183). Sum of RGB (Red+Green+Blue) = 21+137+183=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #1589B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589B7 is #EA7648. Grayscale: #6B6B6B. Windows color (decimal): -15365705 or 12028181. OLE color: 12028181.

HSL color Cylindrical-coordinate representation of color #1589B7: hue angle of 197.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1589B7 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 21 137 183 -
CMYK 0.89 0.25 0 0.28
HSL 197.04º 0.79% 0.4% -
HSV(B) 197.04º 0.89% 0.72% -
XYZ 17.8 21.47 48.01 -
YUV 107.56 170.57 66.26 -
System Red Green Blue C M Y K H S L
Decimal 21 137 183 0.89 0.25 0 0.28 197.04 0.79 0.4
Hex 15 89 B7 59 19 0 1C C5 4F 28
Octal 25 211 267 131 31 0 34 305 117 50
Binary 10101 10001001 10110111 1011001 11001 0 11100 11000101 1001111 101000

Color Harmonies of #1589B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589B7

Black with #1589B7

Text Example


Text Example

White with #1589B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1589B7;
 }
 .AnyTagClassName
 {
   color: #1589B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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