Html Css Color HEX #718AAF Ship Cove

📋 copy color: '#718AAF'

red 113 ◦ green 138 ◦ blue 175

#718AAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #718AAF

Tints of Ship Cove #718AAF

RGB

 RED value IS 113 (44.53% from 255) = 26.53%

 GREEN value IS 138 (54.3% from 255) = 32.39%

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 26.53%
G = 32.39%
B = 41.08%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#718AAF (or 0x718AAF) is known color: Ship Cove. HEX triplet: 71, 8A and AF. RGB value is (113,138,175). Sum of RGB (Red+Green+Blue) = 113+138+175=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #718AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AAF is #8E7550. Grayscale: #868686. Windows color (decimal): -9336145 or 11504241. OLE color: 11504241.

HSL color Cylindrical-coordinate representation of color #718AAF: hue angle of 215.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718AAF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 138 175 -
CMYK 0.35 0.21 0 0.31
HSL 215.81º 0.28% 0.56% -
HSV(B) 215.81º 0.35% 0.69% -
XYZ 23.64 24.78 44.1 -
YUV 134.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 113 138 175 0.35 0.21 0 0.31 215.81 0.28 0.56
Hex 71 8A AF 23 15 0 1F D8 1C 38
Octal 161 212 257 43 25 0 37 330 34 70
Binary 1110001 10001010 10101111 100011 10101 0 11111 11011000 11100 111000

Color Harmonies of #718AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AAF

Black with #718AAF

Text Example


Text Example

White with #718AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #718AAF;
 }
 .AnyTagClassName
 {
   color: #718AAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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