Html Css Color HEX #1990AA Pelorous

📋 copy color: '#1990AA'

red 25 ◦ green 144 ◦ blue 170

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

Shades of Pelorous #1990AA

Tints of Pelorous #1990AA

RGB

 RED value IS 25 (10.16% from 255) = 7.37%

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

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

R = 7.37%
G = 42.48%
B = 50.15%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1990AA (or 0x1990AA) is known color: Pelorous. HEX triplet: 19, 90 and AA. RGB value is (25,144,170). Sum of RGB (Red+Green+Blue) = 25+144+170=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #1990AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1990AA is #E66F55. Grayscale: #6F6F6F. Windows color (decimal): -15101782 or 11178009. OLE color: 11178009.

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

Color convert

RGB 25 144 170 -
CMYK 0.85 0.15 0 0.33
HSL 190.76º 0.74% 0.38% -
HSV(B) 190.76º 0.85% 0.67% -
XYZ 17.63 23.06 41.55 -
YUV 111.38 161.08 66.39 -
System Red Green Blue C M Y K H S L
Decimal 25 144 170 0.85 0.15 0 0.33 190.76 0.74 0.38
Hex 19 90 AA 55 F 0 21 BF 4A 26
Octal 31 220 252 125 17 0 41 277 112 46
Binary 11001 10010000 10101010 1010101 1111 0 100001 10111111 1001010 100110

Color Harmonies of #1990AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1990AA

Black with #1990AA

Text Example


Text Example

White with #1990AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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