Html Css Color HEX #718DB4 Ship Cove

📋 copy color: '#718DB4'

red 113 ◦ green 141 ◦ blue 180

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

Shades of Ship Cove #718DB4

Tints of Ship Cove #718DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.47%

R = 26.04%
G = 32.49%
B = 41.47%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#718DB4 (or 0x718DB4) is known color: Ship Cove. HEX triplet: 71, 8D and B4. RGB value is (113,141,180). Sum of RGB (Red+Green+Blue) = 113+141+180=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #718DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DB4 is #8E724B. Grayscale: #888888. Windows color (decimal): -9335372 or 11832689. OLE color: 11832689.

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

Color convert

RGB 113 141 180 -
CMYK 0.37 0.22 0 0.29
HSL 214.93º 0.31% 0.57% -
HSV(B) 214.93º 0.37% 0.71% -
XYZ 24.57 25.86 46.88 -
YUV 137.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 113 141 180 0.37 0.22 0 0.29 214.93 0.31 0.57
Hex 71 8D B4 25 16 0 1D D7 1F 39
Octal 161 215 264 45 26 0 35 327 37 71
Binary 1110001 10001101 10110100 100101 10110 0 11101 11010111 11111 111001

Color Harmonies of #718DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DB4

Black with #718DB4

Text Example


Text Example

White with #718DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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