Html Css Color HEX #197188 Allports

📋 copy color: '#197188'

red 25 ◦ green 113 ◦ blue 136

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

Shades of Allports #197188

Tints of Allports #197188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 9.12%
G = 41.24%
B = 49.64%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197188 (or 0x197188) is known color: Allports. HEX triplet: 19, 71 and 88. RGB value is (25,113,136). Sum of RGB (Red+Green+Blue) = 25+113+136=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #197188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197188 is #E68E77. Grayscale: #595959. Windows color (decimal): -15109752 or 8941849. OLE color: 8941849.

HSL color Cylindrical-coordinate representation of color #197188: hue angle of 192.43º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #197188 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 113 136 -
CMYK 0.82 0.17 0 0.47
HSL 192.43º 0.69% 0.32% -
HSV(B) 192.43º 0.82% 0.53% -
XYZ 10.75 13.79 25.39 -
YUV 89.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 25 113 136 0.82 0.17 0 0.47 192.43 0.69 0.32
Hex 19 71 88 52 11 0 2F C0 45 20
Octal 31 161 210 122 21 0 57 300 105 40
Binary 11001 1110001 10001000 1010010 10001 0 101111 11000000 1000101 100000

Color Harmonies of #197188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197188

Black with #197188

Text Example


Text Example

White with #197188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197188; }

 p { color: rgb(25,113,136); }

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

background-color css

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

 a { background-color: rgb(25,113,136); }

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

border-color css

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

 span { border-color: rgb(25,113,136); }

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