#718AA9

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

Shades of Ship Cove #718AA9

Tints of Ship Cove #718AA9

Color information

#718AA9 (or 0x718AA9) is unknown color: approx Ship Cove. HEX triplet: 71, 8A and A9. RGB value is (113,138,169). Sum of RGB (Red+Green+Blue) = 113+138+169=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #718AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AA9 is #8E7556. Grayscale: #858585. Windows color (decimal): -9336151 or 11111025. OLE color: 11111025.

HSL color Cylindrical-coordinate representation of color #718AA9: hue angle of 213.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #718AA9 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB113138169-
CMYK0.330.1800.34
HSL213.21º24.56%55.29%-
HSV(B)213.21º33.14%66.27%-
XYZ23.0624.5541.06-
YUV134.06147.72112.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 169 (66.41% from 255) = 40.24%
R=26.90%
G=32.86%
B=40.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131381690.330.1800.34213.2124.5655.29
Hex718AA92112022d51937
Octal16121225141220423253167
Binary111000110001010101010011000011001001000101101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718AA9; }

 p { color: rgb(113,138,169); }

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

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

 a { background-color: rgb(113,138,169); }

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

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

 span { border-color: rgb(113,138,169); }

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