#115365

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

Shades of Blue Lagoon #115365

Tints of Blue Lagoon #115365

Color information

#115365 (or 0x115365) is unknown color: approx Blue Lagoon. HEX triplet: 11, 53 and 65. RGB value is (17,83,101). Sum of RGB (Red+Green+Blue) = 17+83+101=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #115365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115365 is #EEAC9A. Grayscale: #414141. Windows color (decimal): -15641755 or 6640401. OLE color: 6640401.

HSL color Cylindrical-coordinate representation of color #115365: hue angle of 192.86º 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 #115365 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1783101-
CMYK0.830.1800.60
HSL192.86º71.19%23.14%-
HSV(B)192.86º83.17%39.61%-
XYZ5.677.2513.41-
YUV65.32148.1393.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=8.46%
G=41.29%
B=50.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17831010.830.1800.60192.8671.1923.14
Hex115365531203Cc14717
Octal211231451232207430110727
Binary1000110100111100101101001110010011110011000001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115365; }

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

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

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

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

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

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

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

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