Html Css Color HEX #11556C Blue Lagoon

📋 copy color: '#11556C'

red 17 ◦ green 85 ◦ blue 108

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

Shades of Blue Lagoon #11556C

Tints of Blue Lagoon #11556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 8.1%
G = 40.48%
B = 51.43%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11556C (or 0x11556C) is known color: Blue Lagoon. HEX triplet: 11, 55 and 6C. RGB value is (17,85,108). Sum of RGB (Red+Green+Blue) = 17+85+108=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #11556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11556C is #EEAA93. Grayscale: #434343. Windows color (decimal): -15641236 or 7099665. OLE color: 7099665.

HSL color Cylindrical-coordinate representation of color #11556C: hue angle of 195.16º 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 #11556C is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 85 108 -
CMYK 0.84 0.21 0 0.58
HSL 195.16º 0.73% 0.25% -
HSV(B) 195.16º 0.84% 0.42% -
XYZ 6.19 7.7 15.35 -
YUV 67.29 150.97 92.13 -
System Red Green Blue C M Y K H S L
Decimal 17 85 108 0.84 0.21 0 0.58 195.16 0.73 0.25
Hex 11 55 6C 54 15 0 3A C3 49 19
Octal 21 125 154 124 25 0 72 303 111 31
Binary 10001 1010101 1101100 1010100 10101 0 111010 11000011 1001001 11001

Color Harmonies of #11556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11556C

Black with #11556C

Text Example


Text Example

White with #11556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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