Html Css Color HEX #118069 Deep Sea

📋 copy color: '#118069'

red 17 ◦ green 128 ◦ blue 105

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

Shades of Deep Sea #118069

Tints of Deep Sea #118069

RGB

 RED value IS 17 (7.03% from 255) = 6.8%

 GREEN value IS 128 (50.39% from 255) = 51.2%

 BLUE value IS 105 (41.41% from 255) = 42%

R = 6.8%
G = 51.2%
B = 42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#118069 (or 0x118069) is known color: Deep Sea. HEX triplet: 11, 80 and 69. RGB value is (17,128,105). Sum of RGB (Red+Green+Blue) = 17+128+105=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #118069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118069 is #EE7F96. Grayscale: #5C5C5C. Windows color (decimal): -15630231 or 6914065. OLE color: 6914065.

HSL color Cylindrical-coordinate representation of color #118069: hue angle of 167.57º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118069 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 128 105 -
CMYK 0.87 0 0.18 0.50
HSL 167.57º 0.77% 0.28% -
HSV(B) 167.57º 0.87% 0.5% -
XYZ 10.5 16.58 16.01 -
YUV 92.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 17 128 105 0.87 0 0.18 0.50 167.57 0.77 0.28
Hex 11 80 69 57 0 12 32 A8 4D 1C
Octal 21 200 151 127 0 22 62 250 115 34
Binary 10001 10000000 1101001 1010111 0 10010 110010 10101000 1001101 11100

Color Harmonies of #118069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118069

Black with #118069

Text Example


Text Example

White with #118069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118069; }

 p { color: rgb(17,128,105); }

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

background-color css

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

 a { background-color: rgb(17,128,105); }

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

border-color css

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

 span { border-color: rgb(17,128,105); }

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