Html Css Color HEX #11586B Blue Lagoon

📋 copy color: '#11586B'

red 17 ◦ green 88 ◦ blue 107

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

Shades of Blue Lagoon #11586B

Tints of Blue Lagoon #11586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.51%

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

R = 8.02%
G = 41.51%
B = 50.47%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11586B (or 0x11586B) is known color: Blue Lagoon. HEX triplet: 11, 58 and 6B. RGB value is (17,88,107). Sum of RGB (Red+Green+Blue) = 17+88+107=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #11586B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11586B is #EEA794. Grayscale: #444444. Windows color (decimal): -15640469 or 7034897. OLE color: 7034897.

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

Color convert

RGB 17 88 107 -
CMYK 0.84 0.18 0 0.58
HSL 192.67º 0.73% 0.24% -
HSV(B) 192.67º 0.84% 0.42% -
XYZ 6.37 8.16 15.15 -
YUV 68.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 17 88 107 0.84 0.18 0 0.58 192.67 0.73 0.24
Hex 11 58 6B 54 12 0 3A C1 49 18
Octal 21 130 153 124 22 0 72 301 111 30
Binary 10001 1011000 1101011 1010100 10010 0 111010 11000001 1001001 11000

Color Harmonies of #11586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11586B

Black with #11586B

Text Example


Text Example

White with #11586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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