Html Css Color HEX #197088 Allports

📋 copy color: '#197088'

red 25 ◦ green 112 ◦ blue 136

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

Shades of Allports #197088

Tints of Allports #197088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.03%

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

R = 9.16%
G = 41.03%
B = 49.82%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197088 (or 0x197088) is known color: Allports. HEX triplet: 19, 70 and 88. RGB value is (25,112,136). Sum of RGB (Red+Green+Blue) = 25+112+136=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #197088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197088 is #E68F77. Grayscale: #585858. Windows color (decimal): -15110008 or 8941593. OLE color: 8941593.

HSL color Cylindrical-coordinate representation of color #197088: hue angle of 192.97º 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 #197088 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 112 136 -
CMYK 0.82 0.18 0 0.47
HSL 192.97º 0.69% 0.32% -
HSV(B) 192.97º 0.82% 0.53% -
XYZ 10.64 13.57 25.35 -
YUV 88.72 154.68 82.55 -
System Red Green Blue C M Y K H S L
Decimal 25 112 136 0.82 0.18 0 0.47 192.97 0.69 0.32
Hex 19 70 88 52 12 0 2F C1 45 20
Octal 31 160 210 122 22 0 57 301 105 40
Binary 11001 1110000 10001000 1010010 10010 0 101111 11000001 1000101 100000

Color Harmonies of #197088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197088

Black with #197088

Text Example


Text Example

White with #197088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197088; }

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

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

background-color css

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

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

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

border-color css

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

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

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