Html Css Color HEX #1889AA Pelorous

📋 copy color: '#1889AA'

red 24 ◦ green 137 ◦ blue 170

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

Shades of Pelorous #1889AA

Tints of Pelorous #1889AA

RGB

 RED value IS 24 (9.77% from 255) = 7.25%

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 7.25%
G = 41.39%
B = 51.36%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1889AA (or 0x1889AA) is known color: Pelorous. HEX triplet: 18, 89 and AA. RGB value is (24,137,170). Sum of RGB (Red+Green+Blue) = 24+137+170=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #1889AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1889AA is #E77655. Grayscale: #6A6A6A. Windows color (decimal): -15169110 or 11176216. OLE color: 11176216.

HSL color Cylindrical-coordinate representation of color #1889AA: hue angle of 193.56º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1889AA is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 137 170 -
CMYK 0.86 0.19 0 0.33
HSL 193.56º 0.75% 0.38% -
HSV(B) 193.56º 0.86% 0.67% -
XYZ 16.58 20.99 41.21 -
YUV 106.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 24 137 170 0.86 0.19 0 0.33 193.56 0.75 0.38
Hex 18 89 AA 56 13 0 21 C2 4B 26
Octal 30 211 252 126 23 0 41 302 113 46
Binary 11000 10001001 10101010 1010110 10011 0 100001 11000010 1001011 100110

Color Harmonies of #1889AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1889AA

Black with #1889AA

Text Example


Text Example

White with #1889AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1889AA; }

 p { color: rgb(24,137,170); }

 H1.HeaderClassName
 {
   color: #1889AA;
 }
 .AnyTagClassName
 {
   color: #1889AA;
 }
</style>

background-color css

<style>
 a { background-color: #1889AA; }

 a { background-color: rgb(24,137,170); }

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

border-color css

<style>
 span { border-color: #1889AA; }

 span { border-color: rgb(24,137,170); }

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