Html Css Color HEX #11856E Deep Sea

📋 copy color: '#11856E'

red 17 ◦ green 133 ◦ blue 110

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

Shades of Deep Sea #11856E

Tints of Deep Sea #11856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 6.54%
G = 51.15%
B = 42.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#11856E (or 0x11856E) is known color: Deep Sea. HEX triplet: 11, 85 and 6E. RGB value is (17,133,110). Sum of RGB (Red+Green+Blue) = 17+133+110=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #11856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11856E is #EE7A91. Grayscale: #5F5F5F. Windows color (decimal): -15628946 or 7243025. OLE color: 7243025.

HSL color Cylindrical-coordinate representation of color #11856E: hue angle of 168.1º 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 #11856E is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 110 -
CMYK 0.87 0 0.17 0.48
HSL 168.1º 0.77% 0.29% -
HSV(B) 168.1º 0.87% 0.52% -
XYZ 11.43 18.02 17.63 -
YUV 95.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 17 133 110 0.87 0 0.17 0.48 168.1 0.77 0.29
Hex 11 85 6E 57 0 11 30 A8 4D 1D
Octal 21 205 156 127 0 21 60 250 115 35
Binary 10001 10000101 1101110 1010111 0 10001 110000 10101000 1001101 11101

Color Harmonies of #11856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11856E

Black with #11856E

Text Example


Text Example

White with #11856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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