#115368

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

Shades of Blue Lagoon #115368

Tints of Blue Lagoon #115368

Color information

#115368 (or 0x115368) is unknown color: approx Blue Lagoon. HEX triplet: 11, 53 and 68. RGB value is (17,83,104). Sum of RGB (Red+Green+Blue) = 17+83+104=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #115368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115368 is #EEAC97. Grayscale: #414141. Windows color (decimal): -15641752 or 6837009. OLE color: 6837009.

HSL color Cylindrical-coordinate representation of color #115368: hue angle of 194.48º 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 #115368 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1783104-
CMYK0.840.2000.59
HSL194.48º71.9%23.73%-
HSV(B)194.48º83.65%40.78%-
XYZ5.827.3114.2-
YUV65.66149.6393.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=8.33%
G=40.69%
B=50.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17831040.840.2000.59194.4871.923.73
Hex115368541403Bc24818
Octal211231501242407330211030
Binary1000110100111101000101010010100011101111000010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115368; }

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

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

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

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

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

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

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

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