#115866

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

Shades of Blue Lagoon #115866

Tints of Blue Lagoon #115866

Color information

#115866 (or 0x115866) is unknown color: approx Blue Lagoon. HEX triplet: 11, 58 and 66. RGB value is (17,88,102). Sum of RGB (Red+Green+Blue) = 17+88+102=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #115866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115866 is #EEA799. Grayscale: #444444. Windows color (decimal): -15640474 or 6707217. OLE color: 6707217.

HSL color Cylindrical-coordinate representation of color #115866: hue angle of 189.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115866 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1788102-
CMYK0.830.1400.6
HSL189.88º71.43%23.33%-
HSV(B)189.88º83.33%40%-
XYZ6.128.0613.8-
YUV68.37146.9891.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=8.21%
G=42.51%
B=49.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17881020.830.1400.6189.8871.4323.33
Hex11586653E03Cbe4717
Octal211301461231607427610727
Binary100011011000110011010100111110011110010111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115866; }

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

 H1.HeaderClassName
 {
   color: #115866;
 }
 .AnyTagClassName
 {
   color: #115866;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #115866;
 }
 .BgClassName
 {
   background-color: #115866;
 }
</style>
border-color css

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

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

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