Html Css Color HEX #71799E Ship Cove

📋 copy color: '#71799E'

red 113 ◦ green 121 ◦ blue 158

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

Shades of Ship Cove #71799E

Tints of Ship Cove #71799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.31%

R = 28.83%
G = 30.87%
B = 40.31%

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

#71799E (or 0x71799E) is known color: Ship Cove. HEX triplet: 71, 79 and 9E. RGB value is (113,121,158). Sum of RGB (Red+Green+Blue) = 113+121+158=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #71799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71799E is #8E8661. Grayscale: #7A7A7A. Windows color (decimal): -9340514 or 10385777. OLE color: 10385777.

HSL color Cylindrical-coordinate representation of color #71799E: hue angle of 229.33º degrees, saturation: 0.19, 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 #71799E is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 121 158 -
CMYK 0.28 0.23 0 0.38
HSL 229.33º 0.19% 0.53% -
HSV(B) 229.33º 0.28% 0.62% -
XYZ 19.82 19.65 35.1 -
YUV 122.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 113 121 158 0.28 0.23 0 0.38 229.33 0.19 0.53
Hex 71 79 9E 1C 17 0 26 E5 13 35
Octal 161 171 236 34 27 0 46 345 23 65
Binary 1110001 1111001 10011110 11100 10111 0 100110 11100101 10011 110101

Color Harmonies of #71799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71799E

Black with #71799E

Text Example


Text Example

White with #71799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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