Html Css Color HEX #718BAF Ship Cove

📋 copy color: '#718BAF'

red 113 ◦ green 139 ◦ blue 175

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

Shades of Ship Cove #718BAF

Tints of Ship Cove #718BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

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

R = 26.46%
G = 32.55%
B = 40.98%

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

#718BAF (or 0x718BAF) is known color: Ship Cove. HEX triplet: 71, 8B and AF. RGB value is (113,139,175). Sum of RGB (Red+Green+Blue) = 113+139+175=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #718BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718BAF is #8E7450. Grayscale: #878787. Windows color (decimal): -9335889 or 11504497. OLE color: 11504497.

HSL color Cylindrical-coordinate representation of color #718BAF: hue angle of 214.84º 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 #718BAF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 139 175 -
CMYK 0.35 0.21 0 0.31
HSL 214.84º 0.28% 0.56% -
HSV(B) 214.84º 0.35% 0.69% -
XYZ 23.78 25.07 44.14 -
YUV 135.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 113 139 175 0.35 0.21 0 0.31 214.84 0.28 0.56
Hex 71 8B AF 23 15 0 1F D7 1C 38
Octal 161 213 257 43 25 0 37 327 34 70
Binary 1110001 10001011 10101111 100011 10101 0 11111 11010111 11100 111000

Color Harmonies of #718BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BAF

Black with #718BAF

Text Example


Text Example

White with #718BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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