Html Css Color HEX #11856D Deep Sea

📋 copy color: '#11856D'

red 17 ◦ green 133 ◦ blue 109

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

Shades of Deep Sea #11856D

Tints of Deep Sea #11856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.35%

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

R = 6.56%
G = 51.35%
B = 42.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#11856D (or 0x11856D) is known color: Deep Sea. HEX triplet: 11, 85 and 6D. RGB value is (17,133,109). Sum of RGB (Red+Green+Blue) = 17+133+109=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #11856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11856D is #EE7A92. Grayscale: #5F5F5F. Windows color (decimal): -15628947 or 7177489. OLE color: 7177489.

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

Color convert

RGB 17 133 109 -
CMYK 0.87 0 0.18 0.48
HSL 167.59º 0.77% 0.29% -
HSV(B) 167.59º 0.87% 0.52% -
XYZ 11.38 18 17.34 -
YUV 95.58 135.57 71.95 -
System Red Green Blue C M Y K H S L
Decimal 17 133 109 0.87 0 0.18 0.48 167.59 0.77 0.29
Hex 11 85 6D 57 0 12 30 A8 4D 1D
Octal 21 205 155 127 0 22 60 250 115 35
Binary 10001 10000101 1101101 1010111 0 10010 110000 10101000 1001101 11101

Color Harmonies of #11856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11856D

Black with #11856D

Text Example


Text Example

White with #11856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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