Html Css Color HEX #197181 Allports

📋 copy color: '#197181'

red 25 ◦ green 113 ◦ blue 129

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

Shades of Allports #197181

Tints of Allports #197181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.31%

R = 9.36%
G = 42.32%
B = 48.31%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197181 (or 0x197181) is known color: Allports. HEX triplet: 19, 71 and 81. RGB value is (25,113,129). Sum of RGB (Red+Green+Blue) = 25+113+129=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #197181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197181 is #E68E7E. Grayscale: #585858. Windows color (decimal): -15109759 or 8483097. OLE color: 8483097.

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

Color convert

RGB 25 113 129 -
CMYK 0.81 0.12 0 0.49
HSL 189.23º 0.68% 0.3% -
HSV(B) 189.23º 0.81% 0.51% -
XYZ 10.27 13.6 22.85 -
YUV 88.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 25 113 129 0.81 0.12 0 0.49 189.23 0.68 0.3
Hex 19 71 81 51 C 0 31 BD 44 1E
Octal 31 161 201 121 14 0 61 275 104 36
Binary 11001 1110001 10000001 1010001 1100 0 110001 10111101 1000100 11110

Color Harmonies of #197181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197181

Black with #197181

Text Example


Text Example

White with #197181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197181; }

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

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

background-color css

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

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

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

border-color css

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

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

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