Html Css Color HEX #197981 Allports

📋 copy color: '#197981'

red 25 ◦ green 121 ◦ blue 129

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

Shades of Allports #197981

Tints of Allports #197981

RGB

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

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

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

R = 9.09%
G = 44%
B = 46.91%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197981 (or 0x197981) is known color: Allports. HEX triplet: 19, 79 and 81. RGB value is (25,121,129). Sum of RGB (Red+Green+Blue) = 25+121+129=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #197981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197981 is #E6867E. Grayscale: #5D5D5D. Windows color (decimal): -15107711 or 8485145. OLE color: 8485145.

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

Color convert

RGB 25 121 129 -
CMYK 0.81 0.06 0 0.49
HSL 184.62º 0.68% 0.3% -
HSV(B) 184.62º 0.81% 0.51% -
XYZ 11.2 15.47 23.16 -
YUV 93.21 148.2 79.35 -
System Red Green Blue C M Y K H S L
Decimal 25 121 129 0.81 0.06 0 0.49 184.62 0.68 0.3
Hex 19 79 81 51 6 0 31 B9 44 1E
Octal 31 171 201 121 6 0 61 271 104 36
Binary 11001 1111001 10000001 1010001 110 0 110001 10111001 1000100 11110

Color Harmonies of #197981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197981

Black with #197981

Text Example


Text Example

White with #197981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197981; }

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

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

background-color css

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

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

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

border-color css

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

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

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