#115868

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

Shades of Blue Lagoon #115868

Tints of Blue Lagoon #115868

Color information

#115868 (or 0x115868) is unknown color: approx Blue Lagoon. HEX triplet: 11, 58 and 68. RGB value is (17,88,104). Sum of RGB (Red+Green+Blue) = 17+88+104=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #115868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115868 is #EEA797. Grayscale: #444444. Windows color (decimal): -15640472 or 6838289. OLE color: 6838289.

HSL color Cylindrical-coordinate representation of color #115868: hue angle of 191.03º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115868 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1788104-
CMYK0.840.1500.59
HSL191.03º71.9%23.73%-
HSV(B)191.03º83.65%40.78%-
XYZ6.228.114.33-
YUV68.6147.9891.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 88 (34.77% from 255) = 42.11%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=8.13%
G=42.11%
B=49.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17881040.840.1500.59191.0371.923.73
Hex11586854F03Bbf4818
Octal211301501241707327711030
Binary100011011000110100010101001111011101110111111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115868; }

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

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

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

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

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

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

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

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