#7091B4

Color #7091B4 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7091B4

Tints of Ship Cove #7091B4

Color information

#7091B4 (or 0x7091B4) is unknown color: approx Ship Cove. HEX triplet: 70, 91 and B4. RGB value is (112,145,180). Sum of RGB (Red+Green+Blue) = 112+145+180=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #7091B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091B4 is #8F6E4B. Grayscale: #8A8A8A. Windows color (decimal): -9399884 or 11833712. OLE color: 11833712.

HSL color Cylindrical-coordinate representation of color #7091B4: hue angle of 210.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7091B4 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112145180-
CMYK0.380.1900.29
HSL210.88º31.19%57.25%-
HSV(B)210.88º37.78%70.59%-
XYZ25.0526.9947.07-
YUV139.12151.07108.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=25.63%
G=33.18%
B=41.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121451800.380.1900.29210.8831.1957.25
Hex7091B4261301Dd31f39
Octal16022126446230353233771
Binary11100001001000110110100100110100110111011101001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7091B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7091B4; }

 p { color: rgb(112,145,180); }

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

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

 a { background-color: rgb(112,145,180); }

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

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

 span { border-color: rgb(112,145,180); }

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