Html Css Color HEX #11846F Deep Sea

📋 copy color: '#11846F'

red 17 ◦ green 132 ◦ blue 111

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

Shades of Deep Sea #11846F

Tints of Deep Sea #11846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 6.54%
G = 50.77%
B = 42.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#11846F (or 0x11846F) is known color: Deep Sea. HEX triplet: 11, 84 and 6F. RGB value is (17,132,111). Sum of RGB (Red+Green+Blue) = 17+132+111=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #11846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11846F is #EE7B90. Grayscale: #5F5F5F. Windows color (decimal): -15629201 or 7308305. OLE color: 7308305.

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

Color convert

RGB 17 132 111 -
CMYK 0.87 0 0.16 0.48
HSL 169.04º 0.77% 0.29% -
HSV(B) 169.04º 0.87% 0.52% -
XYZ 11.35 17.77 17.87 -
YUV 95.22 136.9 72.21 -
System Red Green Blue C M Y K H S L
Decimal 17 132 111 0.87 0 0.16 0.48 169.04 0.77 0.29
Hex 11 84 6F 57 0 10 30 A9 4D 1D
Octal 21 204 157 127 0 20 60 251 115 35
Binary 10001 10000100 1101111 1010111 0 10000 110000 10101001 1001101 11101

Color Harmonies of #11846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11846F

Black with #11846F

Text Example


Text Example

White with #11846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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