Html Css Color HEX #197990 Allports

📋 copy color: '#197990'

red 25 ◦ green 121 ◦ blue 144

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

Shades of Allports #197990

Tints of Allports #197990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 8.62%
G = 41.72%
B = 49.66%

CMYK

 C value IS 0.83

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197990 (or 0x197990) is known color: Allports. HEX triplet: 19, 79 and 90. RGB value is (25,121,144). Sum of RGB (Red+Green+Blue) = 25+121+144=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #197990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197990 is #E6866F. Grayscale: #5E5E5E. Windows color (decimal): -15107696 or 9468185. OLE color: 9468185.

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

Color convert

RGB 25 121 144 -
CMYK 0.83 0.16 0 0.44
HSL 191.6º 0.7% 0.33% -
HSV(B) 191.6º 0.83% 0.56% -
XYZ 12.27 15.9 28.81 -
YUV 94.92 155.7 78.13 -
System Red Green Blue C M Y K H S L
Decimal 25 121 144 0.83 0.16 0 0.44 191.6 0.7 0.33
Hex 19 79 90 53 10 0 2C C0 46 21
Octal 31 171 220 123 20 0 54 300 106 41
Binary 11001 1111001 10010000 1010011 10000 0 101100 11000000 1000110 100001

Color Harmonies of #197990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197990

Black with #197990

Text Example


Text Example

White with #197990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197990; }

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

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

background-color css

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

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

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

border-color css

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

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

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