Html Css Color HEX #197788 Allports

📋 copy color: '#197788'

red 25 ◦ green 119 ◦ blue 136

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

Shades of Allports #197788

Tints of Allports #197788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.5%

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

R = 8.93%
G = 42.5%
B = 48.57%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197788 (or 0x197788) is known color: Allports. HEX triplet: 19, 77 and 88. RGB value is (25,119,136). Sum of RGB (Red+Green+Blue) = 25+119+136=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #197788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197788 is #E68877. Grayscale: #5C5C5C. Windows color (decimal): -15108216 or 8943385. OLE color: 8943385.

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

Color convert

RGB 25 119 136 -
CMYK 0.82 0.12 0 0.47
HSL 189.19º 0.69% 0.32% -
HSV(B) 189.19º 0.82% 0.53% -
XYZ 11.44 15.18 25.62 -
YUV 92.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 25 119 136 0.82 0.12 0 0.47 189.19 0.69 0.32
Hex 19 77 88 52 C 0 2F BD 45 20
Octal 31 167 210 122 14 0 57 275 105 40
Binary 11001 1110111 10001000 1010010 1100 0 101111 10111101 1000101 100000

Color Harmonies of #197788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197788

Black with #197788

Text Example


Text Example

White with #197788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197788; }

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

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

background-color css

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

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

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

border-color css

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

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

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