#719099

Color #719099 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #719099

Tints of Gothic #719099

Color information

#719099 (or 0x719099) is unknown color: approx 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

RGB113144153-
CMYK0.260.0600.4
HSL193.5º16.39%52.16%-
HSV(B)193.5º26.14%60%-
XYZ22.5325.7633.92-
YUV135.76137.73111.77-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131441530.260.0600.4193.516.3952.16
Hex7190991A6028c11034
Octal1612202313260503012064
Binary111000110010000100110011101011001010001100000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>