Html Css Color HEX #718AB5 Ship Cove

📋 copy color: '#718AB5'

red 113 ◦ green 138 ◦ blue 181

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

Shades of Ship Cove #718AB5

Tints of Ship Cove #718AB5

RGB

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

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

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

R = 26.16%
G = 31.94%
B = 41.9%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#718AB5 (or 0x718AB5) is known color: Ship Cove. HEX triplet: 71, 8A and B5. RGB value is (113,138,181). Sum of RGB (Red+Green+Blue) = 113+138+181=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 181 - color contains mainly: blue. Hex color #718AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718AB5 is #8E754A. Grayscale: #878787. Windows color (decimal): -9336139 or 11897457. OLE color: 11897457.

HSL color Cylindrical-coordinate representation of color #718AB5: hue angle of 217.94º 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 #718AB5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 138 181 -
CMYK 0.38 0.24 0 0.29
HSL 217.94º 0.31% 0.58% -
HSV(B) 217.94º 0.38% 0.71% -
XYZ 24.24 25.02 47.27 -
YUV 135.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 113 138 181 0.38 0.24 0 0.29 217.94 0.31 0.58
Hex 71 8A B5 26 18 0 1D DA 1F 3A
Octal 161 212 265 46 30 0 35 332 37 72
Binary 1110001 10001010 10110101 100110 11000 0 11101 11011010 11111 111010

Color Harmonies of #718AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AB5

Black with #718AB5

Text Example


Text Example

White with #718AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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