Html Css Color HEX #197183 Allports

📋 copy color: '#197183'

red 25 ◦ green 113 ◦ blue 131

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

Shades of Allports #197183

Tints of Allports #197183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.01%

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 9.29%
G = 42.01%
B = 48.7%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197183 (or 0x197183) is known color: Allports. HEX triplet: 19, 71 and 83. RGB value is (25,113,131). Sum of RGB (Red+Green+Blue) = 25+113+131=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #197183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197183 is #E68E7C. Grayscale: #585858. Windows color (decimal): -15109757 or 8614169. OLE color: 8614169.

HSL color Cylindrical-coordinate representation of color #197183: hue angle of 190.19º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197183 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 113 131 -
CMYK 0.81 0.14 0 0.49
HSL 190.19º 0.68% 0.31% -
HSV(B) 190.19º 0.81% 0.51% -
XYZ 10.4 13.66 23.56 -
YUV 88.74 151.85 82.54 -
System Red Green Blue C M Y K H S L
Decimal 25 113 131 0.81 0.14 0 0.49 190.19 0.68 0.31
Hex 19 71 83 51 E 0 31 BE 44 1F
Octal 31 161 203 121 16 0 61 276 104 37
Binary 11001 1110001 10000011 1010001 1110 0 110001 10111110 1000100 11111

Color Harmonies of #197183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197183

Black with #197183

Text Example


Text Example

White with #197183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197183; }

 p { color: rgb(25,113,131); }

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

background-color css

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

 a { background-color: rgb(25,113,131); }

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

border-color css

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

 span { border-color: rgb(25,113,131); }

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