#115465

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

Shades of Blue Lagoon #115465

Tints of Blue Lagoon #115465

Color information

#115465 (or 0x115465) is unknown color: approx Blue Lagoon. HEX triplet: 11, 54 and 65. RGB value is (17,84,101). Sum of RGB (Red+Green+Blue) = 17+84+101=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #115465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115465 is #EEAB9A. Grayscale: #414141. Windows color (decimal): -15641499 or 6640657. OLE color: 6640657.

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

Color convert

RGB1784101-
CMYK0.830.1700.60
HSL192.14º71.19%23.14%-
HSV(B)192.14º83.17%39.61%-
XYZ5.757.413.44-
YUV65.9147.893.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 101 (39.84% from 255) = 50%
R=8.42%
G=41.58%
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
Decimal17841010.830.1700.60192.1471.1923.14
Hex115465531103Cc04717
Octal211241451232107430010727
Binary1000110101001100101101001110001011110011000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115465; }

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

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

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

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

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

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

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

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