Html Css Color HEX #11566B Blue Lagoon

📋 copy color: '#11566B'

red 17 ◦ green 86 ◦ blue 107

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

Shades of Blue Lagoon #11566B

Tints of Blue Lagoon #11566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.95%

 BLUE value IS 107 (42.19% from 255) = 50.95%

R = 8.1%
G = 40.95%
B = 50.95%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11566B (or 0x11566B) is known color: Blue Lagoon. HEX triplet: 11, 56 and 6B. RGB value is (17,86,107). Sum of RGB (Red+Green+Blue) = 17+86+107=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #11566B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11566B is #EEA994. Grayscale: #434343. Windows color (decimal): -15640981 or 7034385. OLE color: 7034385.

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

Color convert

RGB 17 86 107 -
CMYK 0.84 0.20 0 0.58
HSL 194º 0.73% 0.24% -
HSV(B) 194º 0.84% 0.42% -
XYZ 6.21 7.84 15.1 -
YUV 67.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 17 86 107 0.84 0.20 0 0.58 194 0.73 0.24
Hex 11 56 6B 54 14 0 3A C2 49 18
Octal 21 126 153 124 24 0 72 302 111 30
Binary 10001 1010110 1101011 1010100 10100 0 111010 11000010 1001001 11000

Color Harmonies of #11566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11566B

Black with #11566B

Text Example


Text Example

White with #11566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11566B; }

 p { color: rgb(17,86,107); }

 H1.HeaderClassName
 {
   color: #11566B;
 }
 .AnyTagClassName
 {
   color: #11566B;
 }
</style>

background-color css

<style>
 a { background-color: #11566B; }

 a { background-color: rgb(17,86,107); }

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

border-color css

<style>
 span { border-color: #11566B; }

 span { border-color: rgb(17,86,107); }

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