Html Css Color HEX #719099 Gothic

📋 copy color: '#719099'

red 113 ◦ green 144 ◦ blue 153

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

Shades of Gothic #719099

Tints of Gothic #719099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

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

R = 27.56%
G = 35.12%
B = 37.32%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#719099 (or 0x719099) is known color: Gothic. HEX triplet: 71, 90 and 99. RGB value is (113,144,153). Sum of RGB (Red+Green+Blue) = 113+144+153=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: blue. Hex color #719099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719099 is #8E6F66. Grayscale: #878787. Windows color (decimal): -9334631 or 10063985. OLE color: 10063985.

HSL color Cylindrical-coordinate representation of color #719099: hue angle of 193.5º 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 #719099 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 144 153 -
CMYK 0.26 0.06 0 0.4
HSL 193.5º 0.16% 0.52% -
HSV(B) 193.5º 0.26% 0.6% -
XYZ 22.53 25.76 33.92 -
YUV 135.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 113 144 153 0.26 0.06 0 0.4 193.5 0.16 0.52
Hex 71 90 99 1A 6 0 28 C2 10 34
Octal 161 220 231 32 6 0 50 302 20 64
Binary 1110001 10010000 10011001 11010 110 0 101000 11000010 10000 110100

Color Harmonies of #719099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719099

Black with #719099

Text Example


Text Example

White with #719099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719099; }

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

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

background-color css

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

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

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

border-color css

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

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

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