#71799B

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

Shades of Ship Cove #71799B

Tints of Ship Cove #71799B

Color information

#71799B (or 0x71799B) is unknown color: approx Ship Cove. HEX triplet: 71, 79 and 9B. RGB value is (113,121,155). Sum of RGB (Red+Green+Blue) = 113+121+155=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #71799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71799B is #8E8664. Grayscale: #7A7A7A. Windows color (decimal): -9340517 or 10189169. OLE color: 10189169.

HSL color Cylindrical-coordinate representation of color #71799B: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71799B is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB113121155-
CMYK0.270.2200.39
HSL228.57º17.36%52.55%-
HSV(B)228.57º27.1%60.78%-
XYZ19.5619.5533.75-
YUV122.48146.35121.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=29.05%
G=31.11%
B=39.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131211550.270.2200.39228.5717.3652.55
Hex71799B1B16027e51135
Octal16117123333260473452165
Binary1110001111100110011011110111011001001111110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71799B; }

 p { color: rgb(113,121,155); }

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

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

 a { background-color: rgb(113,121,155); }

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

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

 span { border-color: rgb(113,121,155); }

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