#71799F

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

Shades of Ship Cove #71799F

Tints of Ship Cove #71799F

Color information

#71799F (or 0x71799F) is unknown color: approx Ship Cove. HEX triplet: 71, 79 and 9F. RGB value is (113,121,159). Sum of RGB (Red+Green+Blue) = 113+121+159=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #71799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71799F is #8E8660. Grayscale: #7A7A7A. Windows color (decimal): -9340513 or 10451313. OLE color: 10451313.

HSL color Cylindrical-coordinate representation of color #71799F: hue angle of 229.57º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71799F is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113121159-
CMYK0.290.2400.38
HSL229.57º19.33%53.33%-
HSV(B)229.57º28.93%62.35%-
XYZ19.9119.6935.55-
YUV122.94148.35120.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=28.75%
G=30.79%
B=40.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131211590.290.2400.38229.5719.3353.33
Hex71799F1D18026e61335
Octal16117123735300463462365
Binary1110001111100110011111111011100001001101110011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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