Html Css Color HEX #11846D Deep Sea

📋 copy color: '#11846D'

red 17 ◦ green 132 ◦ blue 109

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

Shades of Deep Sea #11846D

Tints of Deep Sea #11846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.16%

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

R = 6.59%
G = 51.16%
B = 42.25%

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

#11846D (or 0x11846D) is known color: Deep Sea. HEX triplet: 11, 84 and 6D. RGB value is (17,132,109). Sum of RGB (Red+Green+Blue) = 17+132+109=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #11846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11846D is #EE7B92. Grayscale: #5E5E5E. Windows color (decimal): -15629203 or 7177233. OLE color: 7177233.

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

Color convert

RGB 17 132 109 -
CMYK 0.87 0 0.17 0.48
HSL 168º 0.77% 0.29% -
HSV(B) 168º 0.87% 0.52% -
XYZ 11.24 17.73 17.3 -
YUV 94.99 135.9 72.37 -
System Red Green Blue C M Y K H S L
Decimal 17 132 109 0.87 0 0.17 0.48 168 0.77 0.29
Hex 11 84 6D 57 0 11 30 A8 4D 1D
Octal 21 204 155 127 0 21 60 250 115 35
Binary 10001 10000100 1101101 1010111 0 10001 110000 10101000 1001101 11101

Color Harmonies of #11846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11846D

Black with #11846D

Text Example


Text Example

White with #11846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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