Html Css Color HEX #11616D Blue Lagoon

📋 copy color: '#11616D'

red 17 ◦ green 97 ◦ blue 109

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

Shades of Blue Lagoon #11616D

Tints of Blue Lagoon #11616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.5%

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

R = 7.62%
G = 43.5%
B = 48.88%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11616D (or 0x11616D) is known color: Blue Lagoon. HEX triplet: 11, 61 and 6D. RGB value is (17,97,109). Sum of RGB (Red+Green+Blue) = 17+97+109=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #11616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11616D is #EE9E92. Grayscale: #4A4A4A. Windows color (decimal): -15638163 or 7168273. OLE color: 7168273.

HSL color Cylindrical-coordinate representation of color #11616D: hue angle of 187.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11616D is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 97 109 -
CMYK 0.84 0.11 0 0.57
HSL 187.83º 0.73% 0.25% -
HSV(B) 187.83º 0.84% 0.43% -
XYZ 7.27 9.77 15.97 -
YUV 74.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 17 97 109 0.84 0.11 0 0.57 187.83 0.73 0.25
Hex 11 61 6D 54 B 0 39 BC 49 19
Octal 21 141 155 124 13 0 71 274 111 31
Binary 10001 1100001 1101101 1010100 1011 0 111001 10111100 1001001 11001

Color Harmonies of #11616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11616D

Black with #11616D

Text Example


Text Example

White with #11616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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