#719094

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

Shades of Gothic #719094

Tints of Gothic #719094

Color information

#719094 (or 0x719094) is unknown color: approx Gothic. HEX triplet: 71, 90 and 94. RGB value is (113,144,148). Sum of RGB (Red+Green+Blue) = 113+144+148=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #719094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719094 is #8E6F6B. Grayscale: #878787. Windows color (decimal): -9334636 or 9736305. OLE color: 9736305.

HSL color Cylindrical-coordinate representation of color #719094: hue angle of 186.86º 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 #719094 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113144148-
CMYK0.240.0300.42
HSL186.86º14.06%51.18%-
HSV(B)186.86º23.65%58.04%-
XYZ22.1325.631.79-
YUV135.19135.23112.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=27.90%
G=35.56%
B=36.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131441480.240.0300.42186.8614.0651.18
Hex71909418302Abbe33
Octal1612202243030522731663
Binary1110001100100001001010011000110101010101110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719094; }

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

 H1.HeaderClassName
 {
   color: #719094;
 }
 .AnyTagClassName
 {
   color: #719094;
 }
</style>
background-color css

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

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

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

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

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

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