Html Css Color HEX #11576C Blue Lagoon

📋 copy color: '#11576C'

red 17 ◦ green 87 ◦ blue 108

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

Shades of Blue Lagoon #11576C

Tints of Blue Lagoon #11576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.04%

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

R = 8.02%
G = 41.04%
B = 50.94%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11576C (or 0x11576C) is known color: Blue Lagoon. HEX triplet: 11, 57 and 6C. RGB value is (17,87,108). Sum of RGB (Red+Green+Blue) = 17+87+108=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #11576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11576C is #EEA893. Grayscale: #444444. Windows color (decimal): -15640724 or 7100177. OLE color: 7100177.

HSL color Cylindrical-coordinate representation of color #11576C: hue angle of 193.85º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11576C is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 87 108 -
CMYK 0.84 0.19 0 0.58
HSL 193.85º 0.73% 0.25% -
HSV(B) 193.85º 0.84% 0.42% -
XYZ 6.35 8.02 15.4 -
YUV 68.46 150.31 91.29 -
System Red Green Blue C M Y K H S L
Decimal 17 87 108 0.84 0.19 0 0.58 193.85 0.73 0.25
Hex 11 57 6C 54 13 0 3A C2 49 19
Octal 21 127 154 124 23 0 72 302 111 31
Binary 10001 1010111 1101100 1010100 10011 0 111010 11000010 1001001 11001

Color Harmonies of #11576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11576C

Black with #11576C

Text Example


Text Example

White with #11576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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