Html Css Color HEX #197490 Allports

📋 copy color: '#197490'

red 25 ◦ green 116 ◦ blue 144

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

Shades of Allports #197490

Tints of Allports #197490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 8.77%
G = 40.7%
B = 50.53%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197490 (or 0x197490) is known color: Allports. HEX triplet: 19, 74 and 90. RGB value is (25,116,144). Sum of RGB (Red+Green+Blue) = 25+116+144=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #197490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197490 is #E68B6F. Grayscale: #5B5B5B. Windows color (decimal): -15108976 or 9466905. OLE color: 9466905.

HSL color Cylindrical-coordinate representation of color #197490: hue angle of 194.12º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197490 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 116 144 -
CMYK 0.83 0.19 0 0.44
HSL 194.12º 0.7% 0.33% -
HSV(B) 194.12º 0.83% 0.56% -
XYZ 11.68 14.71 28.61 -
YUV 91.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 25 116 144 0.83 0.19 0 0.44 194.12 0.7 0.33
Hex 19 74 90 53 13 0 2C C2 46 21
Octal 31 164 220 123 23 0 54 302 106 41
Binary 11001 1110100 10010000 1010011 10011 0 101100 11000010 1000110 100001

Color Harmonies of #197490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197490

Black with #197490

Text Example


Text Example

White with #197490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197490; }

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

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

background-color css

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

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

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

border-color css

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

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

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