Html Css Color HEX #71799B Ship Cove

📋 copy color: '#71799B'

red 113 ◦ green 121 ◦ blue 155

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

Shades of Ship Cove #71799B

Tints of Ship Cove #71799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.85%

R = 29.05%
G = 31.11%
B = 39.85%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71799B (or 0x71799B) is known color: Ship Cove. HEX triplet: 71, 79 and 9B. RGB value is (113,121,155). Sum of RGB (Red+Green+Blue) = 113+121+155=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #71799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71799B is #8E8664. Grayscale: #7A7A7A. Windows color (decimal): -9340517 or 10189169. OLE color: 10189169.

HSL color Cylindrical-coordinate representation of color #71799B: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71799B is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 121 155 -
CMYK 0.27 0.22 0 0.39
HSL 228.57º 0.17% 0.53% -
HSV(B) 228.57º 0.27% 0.61% -
XYZ 19.56 19.55 33.75 -
YUV 122.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 113 121 155 0.27 0.22 0 0.39 228.57 0.17 0.53
Hex 71 79 9B 1B 16 0 27 E5 11 35
Octal 161 171 233 33 26 0 47 345 21 65
Binary 1110001 1111001 10011011 11011 10110 0 100111 11100101 10001 110101

Color Harmonies of #71799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71799B

Black with #71799B

Text Example


Text Example

White with #71799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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