Html Css Color HEX #197290 Allports

📋 copy color: '#197290'

red 25 ◦ green 114 ◦ blue 144

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

Shades of Allports #197290

Tints of Allports #197290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 8.83%
G = 40.28%
B = 50.88%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197290 (or 0x197290) is known color: Allports. HEX triplet: 19, 72 and 90. RGB value is (25,114,144). Sum of RGB (Red+Green+Blue) = 25+114+144=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #197290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197290 is #E68D6F. Grayscale: #5A5A5A. Windows color (decimal): -15109488 or 9466393. OLE color: 9466393.

HSL color Cylindrical-coordinate representation of color #197290: hue angle of 195.13º 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 #197290 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 114 144 -
CMYK 0.83 0.21 0 0.44
HSL 195.13º 0.7% 0.33% -
HSV(B) 195.13º 0.83% 0.56% -
XYZ 11.45 14.25 28.53 -
YUV 90.81 158.01 81.06 -
System Red Green Blue C M Y K H S L
Decimal 25 114 144 0.83 0.21 0 0.44 195.13 0.7 0.33
Hex 19 72 90 53 15 0 2C C3 46 21
Octal 31 162 220 123 25 0 54 303 106 41
Binary 11001 1110010 10010000 1010011 10101 0 101100 11000011 1000110 100001

Color Harmonies of #197290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197290

Black with #197290

Text Example


Text Example

White with #197290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197290; }

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

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

background-color css

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

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

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

border-color css

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

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

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