Html Css Color HEX #1589AD Pelorous

📋 copy color: '#1589AD'

red 21 ◦ green 137 ◦ blue 173

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

Shades of Pelorous #1589AD

Tints of Pelorous #1589AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 6.34%
G = 41.39%
B = 52.27%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1589AD (or 0x1589AD) is known color: Pelorous. HEX triplet: 15, 89 and AD. RGB value is (21,137,173). Sum of RGB (Red+Green+Blue) = 21+137+173=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #1589AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1589AD is #EA7652. Grayscale: #6A6A6A. Windows color (decimal): -15365715 or 11372821. OLE color: 11372821.

HSL color Cylindrical-coordinate representation of color #1589AD: hue angle of 194.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1589AD is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 137 173 -
CMYK 0.88 0.21 0 0.32
HSL 194.21º 0.78% 0.38% -
HSV(B) 194.21º 0.88% 0.68% -
XYZ 16.8 21.07 42.72 -
YUV 106.42 165.57 67.07 -
System Red Green Blue C M Y K H S L
Decimal 21 137 173 0.88 0.21 0 0.32 194.21 0.78 0.38
Hex 15 89 AD 58 15 0 20 C2 4E 26
Octal 25 211 255 130 25 0 40 302 116 46
Binary 10101 10001001 10101101 1011000 10101 0 100000 11000010 1001110 100110

Color Harmonies of #1589AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589AD

Black with #1589AD

Text Example


Text Example

White with #1589AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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