Html Css Color HEX #197081 Allports

📋 copy color: '#197081'

red 25 ◦ green 112 ◦ blue 129

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

Shades of Allports #197081

Tints of Allports #197081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

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

R = 9.4%
G = 42.11%
B = 48.5%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197081 (or 0x197081) is known color: Allports. HEX triplet: 19, 70 and 81. RGB value is (25,112,129). Sum of RGB (Red+Green+Blue) = 25+112+129=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #197081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197081 is #E68F7E. Grayscale: #575757. Windows color (decimal): -15110015 or 8482841. OLE color: 8482841.

HSL color Cylindrical-coordinate representation of color #197081: hue angle of 189.81º 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 #197081 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 112 129 -
CMYK 0.81 0.13 0 0.49
HSL 189.81º 0.68% 0.3% -
HSV(B) 189.81º 0.81% 0.51% -
XYZ 10.16 13.38 22.82 -
YUV 87.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 25 112 129 0.81 0.13 0 0.49 189.81 0.68 0.3
Hex 19 70 81 51 D 0 31 BE 44 1E
Octal 31 160 201 121 15 0 61 276 104 36
Binary 11001 1110000 10000001 1010001 1101 0 110001 10111110 1000100 11110

Color Harmonies of #197081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197081

Black with #197081

Text Example


Text Example

White with #197081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197081; }

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

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

background-color css

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

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

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

border-color css

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

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

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