Html Css Color HEX #197785 Allports

📋 copy color: '#197785'

red 25 ◦ green 119 ◦ blue 133

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

Shades of Allports #197785

Tints of Allports #197785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 9.03%
G = 42.96%
B = 48.01%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197785 (or 0x197785) is known color: Allports. HEX triplet: 19, 77 and 85. RGB value is (25,119,133). Sum of RGB (Red+Green+Blue) = 25+119+133=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #197785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197785 is #E6887A. Grayscale: #5C5C5C. Windows color (decimal): -15108219 or 8746777. OLE color: 8746777.

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

Color convert

RGB 25 119 133 -
CMYK 0.81 0.11 0 0.48
HSL 187.78º 0.68% 0.31% -
HSV(B) 187.78º 0.81% 0.52% -
XYZ 11.23 15.09 24.51 -
YUV 92.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 25 119 133 0.81 0.11 0 0.48 187.78 0.68 0.31
Hex 19 77 85 51 B 0 30 BC 44 1F
Octal 31 167 205 121 13 0 60 274 104 37
Binary 11001 1110111 10000101 1010001 1011 0 110000 10111100 1000100 11111

Color Harmonies of #197785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197785

Black with #197785

Text Example


Text Example

White with #197785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197785; }

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

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

background-color css

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

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

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

border-color css

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

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

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