Html Css Color HEX #197595 Allports

📋 copy color: '#197595'

red 25 ◦ green 117 ◦ blue 149

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

Shades of Allports #197595

Tints of Allports #197595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 8.59%
G = 40.21%
B = 51.2%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#197595 (or 0x197595) is known color: Allports. HEX triplet: 19, 75 and 95. RGB value is (25,117,149). Sum of RGB (Red+Green+Blue) = 25+117+149=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #197595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197595 is #E68A6A. Grayscale: #5C5C5C. Windows color (decimal): -15108715 or 9794841. OLE color: 9794841.

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

Color convert

RGB 25 117 149 -
CMYK 0.83 0.21 0 0.42
HSL 195.48º 0.71% 0.34% -
HSV(B) 195.48º 0.83% 0.58% -
XYZ 12.19 15.1 30.71 -
YUV 93.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 25 117 149 0.83 0.21 0 0.42 195.48 0.71 0.34
Hex 19 75 95 53 15 0 2A C3 47 22
Octal 31 165 225 123 25 0 52 303 107 42
Binary 11001 1110101 10010101 1010011 10101 0 101010 11000011 1000111 100010

Color Harmonies of #197595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197595

Black with #197595

Text Example


Text Example

White with #197595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197595; }

 p { color: rgb(25,117,149); }

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

background-color css

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

 a { background-color: rgb(25,117,149); }

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

border-color css

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

 span { border-color: rgb(25,117,149); }

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