Html Css Color HEX #11816D Deep Sea

📋 copy color: '#11816D'

red 17 ◦ green 129 ◦ blue 109

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

Shades of Deep Sea #11816D

Tints of Deep Sea #11816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.59%

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 6.67%
G = 50.59%
B = 42.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#11816D (or 0x11816D) is known color: Deep Sea. HEX triplet: 11, 81 and 6D. RGB value is (17,129,109). Sum of RGB (Red+Green+Blue) = 17+129+109=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #11816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11816D is #EE7E92. Grayscale: #5D5D5D. Windows color (decimal): -15629971 or 7176465. OLE color: 7176465.

HSL color Cylindrical-coordinate representation of color #11816D: hue angle of 169.29º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11816D is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 109 -
CMYK 0.87 0 0.16 0.49
HSL 169.29º 0.77% 0.29% -
HSV(B) 169.29º 0.87% 0.51% -
XYZ 10.84 16.92 17.16 -
YUV 93.23 136.89 73.63 -
System Red Green Blue C M Y K H S L
Decimal 17 129 109 0.87 0 0.16 0.49 169.29 0.77 0.29
Hex 11 81 6D 57 0 10 31 A9 4D 1D
Octal 21 201 155 127 0 20 61 251 115 35
Binary 10001 10000001 1101101 1010111 0 10000 110001 10101001 1001101 11101

Color Harmonies of #11816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11816D

Black with #11816D

Text Example


Text Example

White with #11816D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,129,109); }

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

background-color css

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

 a { background-color: rgb(17,129,109); }

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

border-color css

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

 span { border-color: rgb(17,129,109); }

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