#719194

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

Shades of Gothic #719194

Tints of Gothic #719194

Color information

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

RGB113145148-
CMYK0.240.0200.42
HSL185.14º14.06%51.18%-
HSV(B)185.14º23.65%58.04%-
XYZ22.2825.931.84-
YUV135.77134.9111.76-

RGB Variations

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

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.20% from 255) = 36.45%
R=27.83%
G=35.71%
B=36.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131451480.240.0200.42185.1414.0651.18
Hex71919418202Ab9e33
Octal1612212243020522711663
Binary1110001100100011001010011000100101010101110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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