Html Css Color HEX #1589BA Pelorous

📋 copy color: '#1589BA'

red 21 ◦ green 137 ◦ blue 186

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

Shades of Pelorous #1589BA

Tints of Pelorous #1589BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 6.1%
G = 39.83%
B = 54.07%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1589BA (or 0x1589BA) is known color: Pelorous. HEX triplet: 15, 89 and BA. RGB value is (21,137,186). Sum of RGB (Red+Green+Blue) = 21+137+186=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #1589BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1589BA is #EA7645. Grayscale: #6B6B6B. Windows color (decimal): -15365702 or 12224789. OLE color: 12224789.

HSL color Cylindrical-coordinate representation of color #1589BA: hue angle of 197.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1589BA is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 137 186 -
CMYK 0.89 0.26 0 0.27
HSL 197.82º 0.8% 0.41% -
HSV(B) 197.82º 0.89% 0.73% -
XYZ 18.12 21.6 49.67 -
YUV 107.9 172.07 66.02 -
System Red Green Blue C M Y K H S L
Decimal 21 137 186 0.89 0.26 0 0.27 197.82 0.8 0.41
Hex 15 89 BA 59 1A 0 1B C6 50 29
Octal 25 211 272 131 32 0 33 306 120 51
Binary 10101 10001001 10111010 1011001 11010 0 11011 11000110 1010000 101001

Color Harmonies of #1589BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589BA

Black with #1589BA

Text Example


Text Example

White with #1589BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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