Html Css Color HEX #11586A Blue Lagoon

📋 copy color: '#11586A'

red 17 ◦ green 88 ◦ blue 106

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

Shades of Blue Lagoon #11586A

Tints of Blue Lagoon #11586A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50.24%

R = 8.06%
G = 41.71%
B = 50.24%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11586A (or 0x11586A) is known color: Blue Lagoon. HEX triplet: 11, 58 and 6A. RGB value is (17,88,106). Sum of RGB (Red+Green+Blue) = 17+88+106=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #11586A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11586A is #EEA795. Grayscale: #444444. Windows color (decimal): -15640470 or 6969361. OLE color: 6969361.

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

Color convert

RGB 17 88 106 -
CMYK 0.84 0.17 0 0.58
HSL 192.13º 0.72% 0.24% -
HSV(B) 192.13º 0.84% 0.42% -
XYZ 6.32 8.14 14.87 -
YUV 68.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 17 88 106 0.84 0.17 0 0.58 192.13 0.72 0.24
Hex 11 58 6A 54 11 0 3A C0 48 18
Octal 21 130 152 124 21 0 72 300 110 30
Binary 10001 1011000 1101010 1010100 10001 0 111010 11000000 1001000 11000

Color Harmonies of #11586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11586A

Black with #11586A

Text Example


Text Example

White with #11586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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