Html Css Color HEX #197786 Allports

📋 copy color: '#197786'

red 25 ◦ green 119 ◦ blue 134

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

Shades of Allports #197786

Tints of Allports #197786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.2%

R = 8.99%
G = 42.81%
B = 48.2%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#197786 (or 0x197786) is known color: Allports. HEX triplet: 19, 77 and 86. RGB value is (25,119,134). Sum of RGB (Red+Green+Blue) = 25+119+134=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #197786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197786 is #E68879. Grayscale: #5C5C5C. Windows color (decimal): -15108218 or 8812313. OLE color: 8812313.

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

Color convert

RGB 25 119 134 -
CMYK 0.81 0.11 0 0.47
HSL 188.26º 0.69% 0.31% -
HSV(B) 188.26º 0.81% 0.53% -
XYZ 11.3 15.12 24.88 -
YUV 92.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 25 119 134 0.81 0.11 0 0.47 188.26 0.69 0.31
Hex 19 77 86 51 B 0 2F BC 45 1F
Octal 31 167 206 121 13 0 57 274 105 37
Binary 11001 1110111 10000110 1010001 1011 0 101111 10111100 1000101 11111

Color Harmonies of #197786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197786

Black with #197786

Text Example


Text Example

White with #197786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197786; }

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

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

background-color css

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

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

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

border-color css

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

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

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