Html Css Color HEX #197982 Allports

📋 copy color: '#197982'

red 25 ◦ green 121 ◦ blue 130

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

Shades of Allports #197982

Tints of Allports #197982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 9.06%
G = 43.84%
B = 47.1%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#197982 (or 0x197982) is known color: Allports. HEX triplet: 19, 79 and 82. RGB value is (25,121,130). Sum of RGB (Red+Green+Blue) = 25+121+130=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #197982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197982 is #E6867D. Grayscale: #5D5D5D. Windows color (decimal): -15107710 or 8550681. OLE color: 8550681.

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

Color convert

RGB 25 121 130 -
CMYK 0.81 0.07 0 0.49
HSL 185.14º 0.68% 0.3% -
HSV(B) 185.14º 0.81% 0.51% -
XYZ 11.27 15.49 23.52 -
YUV 93.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 25 121 130 0.81 0.07 0 0.49 185.14 0.68 0.3
Hex 19 79 82 51 7 0 31 B9 44 1E
Octal 31 171 202 121 7 0 61 271 104 36
Binary 11001 1111001 10000010 1010001 111 0 110001 10111001 1000100 11110

Color Harmonies of #197982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197982

Black with #197982

Text Example


Text Example

White with #197982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197982; }

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

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

background-color css

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

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

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

border-color css

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

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

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