Html Css Color HEX #718CAF Ship Cove

📋 copy color: '#718CAF'

red 113 ◦ green 140 ◦ blue 175

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

Shades of Ship Cove #718CAF

Tints of Ship Cove #718CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

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

R = 26.4%
G = 32.71%
B = 40.89%

CMYK

 C value IS 0.35

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#718CAF (or 0x718CAF) is known color: Ship Cove. HEX triplet: 71, 8C and AF. RGB value is (113,140,175). Sum of RGB (Red+Green+Blue) = 113+140+175=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #718CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CAF is #8E7350. Grayscale: #878787. Windows color (decimal): -9335633 or 11504753. OLE color: 11504753.

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

Color convert

RGB 113 140 175 -
CMYK 0.35 0.2 0 0.31
HSL 213.87º 0.28% 0.56% -
HSV(B) 213.87º 0.35% 0.69% -
XYZ 23.93 25.36 44.19 -
YUV 135.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 113 140 175 0.35 0.2 0 0.31 213.87 0.28 0.56
Hex 71 8C AF 23 14 0 1F D6 1C 38
Octal 161 214 257 43 24 0 37 326 34 70
Binary 1110001 10001100 10101111 100011 10100 0 11111 11010110 11100 111000

Color Harmonies of #718CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CAF

Black with #718CAF

Text Example


Text Example

White with #718CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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