Html Css Color HEX #719399 Gothic

📋 copy color: '#719399'

red 113 ◦ green 147 ◦ blue 153

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

Shades of Gothic #719399

Tints of Gothic #719399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 27.36%
G = 35.59%
B = 37.05%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#719399 (or 0x719399) is known color: Gothic. HEX triplet: 71, 93 and 99. RGB value is (113,147,153). Sum of RGB (Red+Green+Blue) = 113+147+153=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #719399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719399 is #8E6C66. Grayscale: #898989. Windows color (decimal): -9333863 or 10064753. OLE color: 10064753.

HSL color Cylindrical-coordinate representation of color #719399: hue angle of 189º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719399 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 147 153 -
CMYK 0.26 0.04 0 0.4
HSL 189º 0.16% 0.52% -
HSV(B) 189º 0.26% 0.6% -
XYZ 22.99 26.68 34.07 -
YUV 137.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 113 147 153 0.26 0.04 0 0.4 189 0.16 0.52
Hex 71 93 99 1A 4 0 28 BD 10 34
Octal 161 223 231 32 4 0 50 275 20 64
Binary 1110001 10010011 10011001 11010 100 0 101000 10111101 10000 110100

Color Harmonies of #719399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719399

Black with #719399

Text Example


Text Example

White with #719399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719399; }

 p { color: rgb(113,147,153); }

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

background-color css

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

 a { background-color: rgb(113,147,153); }

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

border-color css

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

 span { border-color: rgb(113,147,153); }

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