Html Css Color HEX #1489AF Pelorous

📋 copy color: '#1489AF'

red 20 ◦ green 137 ◦ blue 175

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

Shades of Pelorous #1489AF

Tints of Pelorous #1489AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 6.02%
G = 41.27%
B = 52.71%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1489AF (or 0x1489AF) is known color: Pelorous. HEX triplet: 14, 89 and AF. RGB value is (20,137,175). Sum of RGB (Red+Green+Blue) = 20+137+175=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #1489AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1489AF is #EB7650. Grayscale: #6A6A6A. Windows color (decimal): -15431249 or 11503892. OLE color: 11503892.

HSL color Cylindrical-coordinate representation of color #1489AF: hue angle of 194.71º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1489AF is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 137 175 -
CMYK 0.89 0.22 0 0.31
HSL 194.71º 0.79% 0.38% -
HSV(B) 194.71º 0.89% 0.69% -
XYZ 16.97 21.14 43.74 -
YUV 106.35 166.74 66.41 -
System Red Green Blue C M Y K H S L
Decimal 20 137 175 0.89 0.22 0 0.31 194.71 0.79 0.38
Hex 14 89 AF 59 16 0 1F C3 4F 26
Octal 24 211 257 131 26 0 37 303 117 46
Binary 10100 10001001 10101111 1011001 10110 0 11111 11000011 1001111 100110

Color Harmonies of #1489AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1489AF

Black with #1489AF

Text Example


Text Example

White with #1489AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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