Html Css Color HEX #197185 Allports

📋 copy color: '#197185'

red 25 ◦ green 113 ◦ blue 133

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

Shades of Allports #197185

Tints of Allports #197185

RGB

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

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

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

R = 9.23%
G = 41.7%
B = 49.08%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197185 (or 0x197185) is known color: Allports. HEX triplet: 19, 71 and 85. RGB value is (25,113,133). Sum of RGB (Red+Green+Blue) = 25+113+133=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #197185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197185 is #E68E7A. Grayscale: #585858. Windows color (decimal): -15109755 or 8745241. OLE color: 8745241.

HSL color Cylindrical-coordinate representation of color #197185: hue angle of 191.11º 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 #197185 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 113 133 -
CMYK 0.81 0.15 0 0.48
HSL 191.11º 0.68% 0.31% -
HSV(B) 191.11º 0.81% 0.52% -
XYZ 10.54 13.71 24.28 -
YUV 88.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 25 113 133 0.81 0.15 0 0.48 191.11 0.68 0.31
Hex 19 71 85 51 F 0 30 BF 44 1F
Octal 31 161 205 121 17 0 60 277 104 37
Binary 11001 1110001 10000101 1010001 1111 0 110000 10111111 1000100 11111

Color Harmonies of #197185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197185

Black with #197185

Text Example


Text Example

White with #197185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197185; }

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

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

background-color css

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

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

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

border-color css

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

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

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