Html Css Color HEX #1490AA Pelorous

📋 copy color: '#1490AA'

red 20 ◦ green 144 ◦ blue 170

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

Shades of Pelorous #1490AA

Tints of Pelorous #1490AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

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

R = 5.99%
G = 43.11%
B = 50.9%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1490AA (or 0x1490AA) is known color: Pelorous. HEX triplet: 14, 90 and AA. RGB value is (20,144,170). Sum of RGB (Red+Green+Blue) = 20+144+170=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #1490AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1490AA is #EB6F55. Grayscale: #6D6D6D. Windows color (decimal): -15429462 or 11178004. OLE color: 11178004.

HSL color Cylindrical-coordinate representation of color #1490AA: hue angle of 190.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1490AA is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 144 170 -
CMYK 0.88 0.15 0 0.33
HSL 190.4º 0.79% 0.37% -
HSV(B) 190.4º 0.88% 0.67% -
XYZ 17.52 23 41.55 -
YUV 109.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 20 144 170 0.88 0.15 0 0.33 190.4 0.79 0.37
Hex 14 90 AA 58 F 0 21 BE 4F 25
Octal 24 220 252 130 17 0 41 276 117 45
Binary 10100 10010000 10101010 1011000 1111 0 100001 10111110 1001111 100101

Color Harmonies of #1490AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490AA

Black with #1490AA

Text Example


Text Example

White with #1490AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,144,170); }

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

background-color css

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

 a { background-color: rgb(20,144,170); }

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

border-color css

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

 span { border-color: rgb(20,144,170); }

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