Html Css Color HEX #1489B2 Pelorous

📋 copy color: '#1489B2'

red 20 ◦ green 137 ◦ blue 178

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

Shades of Pelorous #1489B2

Tints of Pelorous #1489B2

RGB

 RED value IS 20 (8.2% from 255) = 5.97%

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

 BLUE value IS 178 (69.92% from 255) = 53.13%

R = 5.97%
G = 40.9%
B = 53.13%

CMYK

 C value IS 0.89

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1489B2 (or 0x1489B2) is known color: Pelorous. HEX triplet: 14, 89 and B2. RGB value is (20,137,178). Sum of RGB (Red+Green+Blue) = 20+137+178=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #1489B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1489B2 is #EB764D. Grayscale: #6A6A6A. Windows color (decimal): -15431246 or 11700500. OLE color: 11700500.

HSL color Cylindrical-coordinate representation of color #1489B2: hue angle of 195.57º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1489B2 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 137 178 -
CMYK 0.89 0.23 0 0.30
HSL 195.57º 0.8% 0.39% -
HSV(B) 195.57º 0.89% 0.7% -
XYZ 17.27 21.25 45.31 -
YUV 106.69 168.24 66.17 -
System Red Green Blue C M Y K H S L
Decimal 20 137 178 0.89 0.23 0 0.30 195.57 0.8 0.39
Hex 14 89 B2 59 17 0 1E C4 50 27
Octal 24 211 262 131 27 0 36 304 120 47
Binary 10100 10001001 10110010 1011001 10111 0 11110 11000100 1010000 100111

Color Harmonies of #1489B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489B2

Black with #1489B2

Text Example


Text Example

White with #1489B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1489B2; }

 p { color: rgb(20,137,178); }

 H1.HeaderClassName
 {
   color: #1489B2;
 }
 .AnyTagClassName
 {
   color: #1489B2;
 }
</style>

background-color css

<style>
 a { background-color: #1489B2; }

 a { background-color: rgb(20,137,178); }

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

border-color css

<style>
 span { border-color: #1489B2; }

 span { border-color: rgb(20,137,178); }

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