Html Css Color HEX #1490AD Pelorous

📋 copy color: '#1490AD'

red 20 ◦ green 144 ◦ blue 173

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

Shades of Pelorous #1490AD

Tints of Pelorous #1490AD

RGB

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

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

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

R = 5.93%
G = 42.73%
B = 51.34%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1490AD (or 0x1490AD) is known color: Pelorous. HEX triplet: 14, 90 and AD. RGB value is (20,144,173). Sum of RGB (Red+Green+Blue) = 20+144+173=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #1490AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1490AD is #EB6F52. Grayscale: #6D6D6D. Windows color (decimal): -15429459 or 11374612. OLE color: 11374612.

HSL color Cylindrical-coordinate representation of color #1490AD: hue angle of 191.37º degrees, saturation: 0.79, 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 #1490AD is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 144 173 -
CMYK 0.88 0.17 0 0.32
HSL 191.37º 0.79% 0.38% -
HSV(B) 191.37º 0.88% 0.68% -
XYZ 17.8 23.11 43.06 -
YUV 110.23 163.42 63.64 -
System Red Green Blue C M Y K H S L
Decimal 20 144 173 0.88 0.17 0 0.32 191.37 0.79 0.38
Hex 14 90 AD 58 11 0 20 BF 4F 26
Octal 24 220 255 130 21 0 40 277 117 46
Binary 10100 10010000 10101101 1011000 10001 0 100000 10111111 1001111 100110

Color Harmonies of #1490AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1490AD

Black with #1490AD

Text Example


Text Example

White with #1490AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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