Html Css Color HEX #718DB5 Ship Cove

📋 copy color: '#718DB5'

red 113 ◦ green 141 ◦ blue 181

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

Shades of Ship Cove #718DB5

Tints of Ship Cove #718DB5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.41%

 BLUE value IS 181 (71.09% from 255) = 41.61%

R = 25.98%
G = 32.41%
B = 41.61%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#718DB5 (or 0x718DB5) is known color: Ship Cove. HEX triplet: 71, 8D and B5. RGB value is (113,141,181). Sum of RGB (Red+Green+Blue) = 113+141+181=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 181 - color contains mainly: blue. Hex color #718DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DB5 is #8E724A. Grayscale: #898989. Windows color (decimal): -9335371 or 11898225. OLE color: 11898225.

HSL color Cylindrical-coordinate representation of color #718DB5: hue angle of 215.29º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #718DB5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 141 181 -
CMYK 0.38 0.22 0 0.29
HSL 215.29º 0.31% 0.58% -
HSV(B) 215.29º 0.38% 0.71% -
XYZ 24.68 25.9 47.41 -
YUV 137.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 113 141 181 0.38 0.22 0 0.29 215.29 0.31 0.58
Hex 71 8D B5 26 16 0 1D D7 1F 3A
Octal 161 215 265 46 26 0 35 327 37 72
Binary 1110001 10001101 10110101 100110 10110 0 11101 11010111 11111 111010

Color Harmonies of #718DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DB5

Black with #718DB5

Text Example


Text Example

White with #718DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,181); }

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

background-color css

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

 a { background-color: rgb(113,141,181); }

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

border-color css

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

 span { border-color: rgb(113,141,181); }

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