Html Css Color HEX #11846E Deep Sea

📋 copy color: '#11846E'

red 17 ◦ green 132 ◦ blue 110

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

Shades of Deep Sea #11846E

Tints of Deep Sea #11846E

RGB

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

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

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

R = 6.56%
G = 50.97%
B = 42.47%

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

#11846E (or 0x11846E) is known color: Deep Sea. HEX triplet: 11, 84 and 6E. RGB value is (17,132,110). Sum of RGB (Red+Green+Blue) = 17+132+110=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #11846E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11846E is #EE7B91. Grayscale: #5F5F5F. Windows color (decimal): -15629202 or 7242769. OLE color: 7242769.

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

Color convert

RGB 17 132 110 -
CMYK 0.87 0 0.17 0.48
HSL 168.52º 0.77% 0.29% -
HSV(B) 168.52º 0.87% 0.52% -
XYZ 11.3 17.75 17.58 -
YUV 95.11 136.4 72.29 -
System Red Green Blue C M Y K H S L
Decimal 17 132 110 0.87 0 0.17 0.48 168.52 0.77 0.29
Hex 11 84 6E 57 0 11 30 A9 4D 1D
Octal 21 204 156 127 0 21 60 251 115 35
Binary 10001 10000100 1101110 1010111 0 10001 110000 10101001 1001101 11101

Color Harmonies of #11846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11846E

Black with #11846E

Text Example


Text Example

White with #11846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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