Html Css Color HEX #11836C Deep Sea

📋 copy color: '#11836C'

red 17 ◦ green 131 ◦ blue 108

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

Shades of Deep Sea #11836C

Tints of Deep Sea #11836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 6.64%
G = 51.17%
B = 42.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#11836C (or 0x11836C) is known color: Deep Sea. HEX triplet: 11, 83 and 6C. RGB value is (17,131,108). Sum of RGB (Red+Green+Blue) = 17+131+108=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #11836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11836C is #EE7C93. Grayscale: #5E5E5E. Windows color (decimal): -15629460 or 7111441. OLE color: 7111441.

HSL color Cylindrical-coordinate representation of color #11836C: hue angle of 167.89º 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 #11836C is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 108 -
CMYK 0.87 0 0.18 0.49
HSL 167.89º 0.77% 0.29% -
HSV(B) 167.89º 0.87% 0.51% -
XYZ 11.05 17.43 16.97 -
YUV 94.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 17 131 108 0.87 0 0.18 0.49 167.89 0.77 0.29
Hex 11 83 6C 57 0 12 31 A8 4D 1D
Octal 21 203 154 127 0 22 61 250 115 35
Binary 10001 10000011 1101100 1010111 0 10010 110001 10101000 1001101 11101

Color Harmonies of #11836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11836C

Black with #11836C

Text Example


Text Example

White with #11836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11836C; }

 p { color: rgb(17,131,108); }

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

background-color css

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

 a { background-color: rgb(17,131,108); }

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

border-color css

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

 span { border-color: rgb(17,131,108); }

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