#11586E

Color #11586E Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #11586E

Tints of Blue Lagoon #11586E

Color information

#11586E (or 0x11586E) is unknown color: approx 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

RGB1788110-
CMYK0.850.200.57
HSL194.19º73.23%24.9%-
HSV(B)194.19º84.55%43.14%-
XYZ6.548.2215.99-
YUV69.28150.9890.71-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17881100.850.200.57194.1973.2324.9
Hex11586E5514039c24919
Octal211301561252407130211131
Binary1000110110001101110101010110100011100111000010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>