Html Css Color HEX #71799D Ship Cove

📋 copy color: '#71799D'

red 113 ◦ green 121 ◦ blue 157

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

Shades of Ship Cove #71799D

Tints of Ship Cove #71799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 28.9%
G = 30.95%
B = 40.15%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71799D (or 0x71799D) is known color: Ship Cove. HEX triplet: 71, 79 and 9D. RGB value is (113,121,157). Sum of RGB (Red+Green+Blue) = 113+121+157=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #71799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71799D is #8E8662. Grayscale: #7A7A7A. Windows color (decimal): -9340515 or 10320241. OLE color: 10320241.

HSL color Cylindrical-coordinate representation of color #71799D: hue angle of 229.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71799D is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 121 157 -
CMYK 0.28 0.23 0 0.38
HSL 229.09º 0.18% 0.53% -
HSV(B) 229.09º 0.28% 0.62% -
XYZ 19.73 19.62 34.65 -
YUV 122.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 113 121 157 0.28 0.23 0 0.38 229.09 0.18 0.53
Hex 71 79 9D 1C 17 0 26 E5 12 35
Octal 161 171 235 34 27 0 46 345 22 65
Binary 1110001 1111001 10011101 11100 10111 0 100110 11100101 10010 110101

Color Harmonies of #71799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71799D

Black with #71799D

Text Example


Text Example

White with #71799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71799D; }

 p { color: rgb(113,121,157); }

 H1.HeaderClassName
 {
   color: #71799D;
 }
 .AnyTagClassName
 {
   color: #71799D;
 }
</style>

background-color css

<style>
 a { background-color: #71799D; }

 a { background-color: rgb(113,121,157); }

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

border-color css

<style>
 span { border-color: #71799D; }

 span { border-color: rgb(113,121,157); }

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