Html Css Color HEX #11586C Blue Lagoon

📋 copy color: '#11586C'

red 17 ◦ green 88 ◦ blue 108

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

Shades of Blue Lagoon #11586C

Tints of Blue Lagoon #11586C

RGB

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

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

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

R = 7.98%
G = 41.31%
B = 50.7%

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

#11586C (or 0x11586C) is known color: Blue Lagoon. HEX triplet: 11, 58 and 6C. RGB value is (17,88,108). Sum of RGB (Red+Green+Blue) = 17+88+108=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #11586C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11586C is #EEA793. Grayscale: #444444. Windows color (decimal): -15640468 or 7100433. OLE color: 7100433.

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

Color convert

RGB 17 88 108 -
CMYK 0.84 0.19 0 0.58
HSL 193.19º 0.73% 0.25% -
HSV(B) 193.19º 0.84% 0.42% -
XYZ 6.43 8.18 15.43 -
YUV 69.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 17 88 108 0.84 0.19 0 0.58 193.19 0.73 0.25
Hex 11 58 6C 54 13 0 3A C1 49 19
Octal 21 130 154 124 23 0 72 301 111 31
Binary 10001 1011000 1101100 1010100 10011 0 111010 11000001 1001001 11001

Color Harmonies of #11586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11586C

Black with #11586C

Text Example


Text Example

White with #11586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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