Html Css Color HEX #197790 Allports

📋 copy color: '#197790'

red 25 ◦ green 119 ◦ blue 144

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

Shades of Allports #197790

Tints of Allports #197790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.32%

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

R = 8.68%
G = 41.32%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197790 (or 0x197790) is known color: Allports. HEX triplet: 19, 77 and 90. RGB value is (25,119,144). Sum of RGB (Red+Green+Blue) = 25+119+144=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #197790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197790 is #E6886F. Grayscale: #5D5D5D. Windows color (decimal): -15108208 or 9467673. OLE color: 9467673.

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

Color convert

RGB 25 119 144 -
CMYK 0.83 0.17 0 0.44
HSL 192.61º 0.7% 0.33% -
HSV(B) 192.61º 0.83% 0.56% -
XYZ 12.03 15.41 28.73 -
YUV 93.74 156.36 78.97 -
System Red Green Blue C M Y K H S L
Decimal 25 119 144 0.83 0.17 0 0.44 192.61 0.7 0.33
Hex 19 77 90 53 11 0 2C C1 46 21
Octal 31 167 220 123 21 0 54 301 106 41
Binary 11001 1110111 10010000 1010011 10001 0 101100 11000001 1000110 100001

Color Harmonies of #197790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197790

Black with #197790

Text Example


Text Example

White with #197790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197790; }

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

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

background-color css

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

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

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

border-color css

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

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

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