Html Css Color HEX #718AB0 Ship Cove

📋 copy color: '#718AB0'

red 113 ◦ green 138 ◦ blue 176

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

Shades of Ship Cove #718AB0

Tints of Ship Cove #718AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.22%

R = 26.46%
G = 32.32%
B = 41.22%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#718AB0 (or 0x718AB0) is known color: Ship Cove. HEX triplet: 71, 8A and B0. RGB value is (113,138,176). Sum of RGB (Red+Green+Blue) = 113+138+176=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 176 - color contains mainly: blue. Hex color #718AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AB0 is #8E754F. Grayscale: #868686. Windows color (decimal): -9336144 or 11569777. OLE color: 11569777.

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

Color convert

RGB 113 138 176 -
CMYK 0.36 0.22 0 0.31
HSL 216.19º 0.29% 0.57% -
HSV(B) 216.19º 0.36% 0.69% -
XYZ 23.74 24.82 44.61 -
YUV 134.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 113 138 176 0.36 0.22 0 0.31 216.19 0.29 0.57
Hex 71 8A B0 24 16 0 1F D8 1D 39
Octal 161 212 260 44 26 0 37 330 35 71
Binary 1110001 10001010 10110000 100100 10110 0 11111 11011000 11101 111001

Color Harmonies of #718AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AB0

Black with #718AB0

Text Example


Text Example

White with #718AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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