#115667

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

Shades of Blue Lagoon #115667

Tints of Blue Lagoon #115667

Color information

#115667 (or 0x115667) is unknown color: approx Blue Lagoon. HEX triplet: 11, 56 and 67. RGB value is (17,86,103). Sum of RGB (Red+Green+Blue) = 17+86+103=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #115667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115667 is #EEA998. Grayscale: #434343. Windows color (decimal): -15640985 or 6772241. OLE color: 6772241.

HSL color Cylindrical-coordinate representation of color #115667: hue angle of 191.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115667 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1786103-
CMYK0.830.1700.60
HSL191.86º71.67%23.53%-
HSV(B)191.86º83.5%40.39%-
XYZ6.017.7514.01-
YUV67.31148.1492.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 103 (40.62% from 255) = 50%
R=8.25%
G=41.75%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17861030.830.1700.60191.8671.6723.53
Hex115667531103Cc04818
Octal211261471232107430011030
Binary1000110101101100111101001110001011110011000000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115667; }

 p { color: rgb(17,86,103); }

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

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

 a { background-color: rgb(17,86,103); }

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

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

 span { border-color: rgb(17,86,103); }

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