Html Css Color HEX #197992 Allports

📋 copy color: '#197992'

red 25 ◦ green 121 ◦ blue 146

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

Shades of Allports #197992

Tints of Allports #197992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50%

R = 8.56%
G = 41.44%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#197992 (or 0x197992) is known color: Allports. HEX triplet: 19, 79 and 92. RGB value is (25,121,146). Sum of RGB (Red+Green+Blue) = 25+121+146=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #197992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197992 is #E6866D. Grayscale: #5E5E5E. Windows color (decimal): -15107694 or 9599257. OLE color: 9599257.

HSL color Cylindrical-coordinate representation of color #197992: hue angle of 192.4º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197992 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 121 146 -
CMYK 0.83 0.17 0 0.43
HSL 192.4º 0.71% 0.34% -
HSV(B) 192.4º 0.83% 0.57% -
XYZ 12.43 15.96 29.62 -
YUV 95.15 156.7 77.97 -
System Red Green Blue C M Y K H S L
Decimal 25 121 146 0.83 0.17 0 0.43 192.4 0.71 0.34
Hex 19 79 92 53 11 0 2B C0 47 22
Octal 31 171 222 123 21 0 53 300 107 42
Binary 11001 1111001 10010010 1010011 10001 0 101011 11000000 1000111 100010

Color Harmonies of #197992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197992

Black with #197992

Text Example


Text Example

White with #197992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197992; }

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

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

background-color css

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

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

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

border-color css

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

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

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