Html Css Color HEX #708AB5 Ship Cove

📋 copy color: '#708AB5'

red 112 ◦ green 138 ◦ blue 181

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

Shades of Ship Cove #708AB5

Tints of Ship Cove #708AB5

RGB

 RED value IS 112 (44.14% from 255) = 25.99%

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

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

R = 25.99%
G = 32.02%
B = 42%

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

#708AB5 (or 0x708AB5) is known color: Ship Cove. HEX triplet: 70, 8A and B5. RGB value is (112,138,181). Sum of RGB (Red+Green+Blue) = 112+138+181=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #708AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AB5 is #8F754A. Grayscale: #868686. Windows color (decimal): -9401675 or 11897456. OLE color: 11897456.

HSL color Cylindrical-coordinate representation of color #708AB5: hue angle of 217.39º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708AB5 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 138 181 -
CMYK 0.38 0.24 0 0.29
HSL 217.39º 0.32% 0.57% -
HSV(B) 217.39º 0.38% 0.71% -
XYZ 24.11 24.96 47.26 -
YUV 135.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 112 138 181 0.38 0.24 0 0.29 217.39 0.32 0.57
Hex 70 8A B5 26 18 0 1D D9 20 39
Octal 160 212 265 46 30 0 35 331 40 71
Binary 1110000 10001010 10110101 100110 11000 0 11101 11011001 100000 111001

Color Harmonies of #708AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708AB5

Black with #708AB5

Text Example


Text Example

White with #708AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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