Html Css Color HEX #11586E Blue Lagoon

📋 copy color: '#11586E'

red 17 ◦ green 88 ◦ blue 110

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

Shades of Blue Lagoon #11586E

Tints of Blue Lagoon #11586E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.16%

R = 7.91%
G = 40.93%
B = 51.16%

CMYK

 C value IS 0.85

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11586E (or 0x11586E) is known color: Blue Lagoon. HEX triplet: 11, 58 and 6E. RGB value is (17,88,110). Sum of RGB (Red+Green+Blue) = 17+88+110=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #11586E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11586E is #EEA791. Grayscale: #454545. Windows color (decimal): -15640466 or 7231505. OLE color: 7231505.

HSL color Cylindrical-coordinate representation of color #11586E: hue angle of 194.19º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11586E is Cyan = 0.85, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 88 110 -
CMYK 0.85 0.2 0 0.57
HSL 194.19º 0.73% 0.25% -
HSV(B) 194.19º 0.85% 0.43% -
XYZ 6.54 8.22 15.99 -
YUV 69.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 17 88 110 0.85 0.2 0 0.57 194.19 0.73 0.25
Hex 11 58 6E 55 14 0 39 C2 49 19
Octal 21 130 156 125 24 0 71 302 111 31
Binary 10001 1011000 1101110 1010101 10100 0 111001 11000010 1001001 11001

Color Harmonies of #11586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11586E

Black with #11586E

Text Example


Text Example

White with #11586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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