Html Css Color HEX #719194 Gothic

📋 copy color: '#719194'

red 113 ◦ green 145 ◦ blue 148

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

Shades of Gothic #719194

Tints of Gothic #719194

RGB

 RED value IS 113 (44.53% from 255) = 27.83%

 GREEN value IS 145 (57.03% from 255) = 35.71%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 27.83%
G = 35.71%
B = 36.45%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#719194 (or 0x719194) is known color: Gothic. HEX triplet: 71, 91 and 94. RGB value is (113,145,148). Sum of RGB (Red+Green+Blue) = 113+145+148=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #719194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719194 is #8E6E6B. Grayscale: #878787. Windows color (decimal): -9334380 or 9736561. OLE color: 9736561.

HSL color Cylindrical-coordinate representation of color #719194: hue angle of 185.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719194 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 145 148 -
CMYK 0.24 0.02 0 0.42
HSL 185.14º 0.14% 0.51% -
HSV(B) 185.14º 0.24% 0.58% -
XYZ 22.28 25.9 31.84 -
YUV 135.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 113 145 148 0.24 0.02 0 0.42 185.14 0.14 0.51
Hex 71 91 94 18 2 0 2A B9 E 33
Octal 161 221 224 30 2 0 52 271 16 63
Binary 1110001 10010001 10010100 11000 10 0 101010 10111001 1110 110011

Color Harmonies of #719194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719194

Black with #719194

Text Example


Text Example

White with #719194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719194; }

 p { color: rgb(113,145,148); }

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

background-color css

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

 a { background-color: rgb(113,145,148); }

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

border-color css

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

 span { border-color: rgb(113,145,148); }

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