#115469

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

Shades of Blue Lagoon #115469

Tints of Blue Lagoon #115469

Color information

#115469 (or 0x115469) is unknown color: approx Blue Lagoon. HEX triplet: 11, 54 and 69. RGB value is (17,84,105). Sum of RGB (Red+Green+Blue) = 17+84+105=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #115469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115469 is #EEAB96. Grayscale: #424242. Windows color (decimal): -15641495 or 6902801. OLE color: 6902801.

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

Color convert

RGB1784105-
CMYK0.840.2000.59
HSL194.32º72.13%23.92%-
HSV(B)194.32º83.81%41.18%-
XYZ5.957.4814.49-
YUV66.36149.892.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=8.25%
G=40.78%
B=50.97%

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
Decimal17841050.840.2000.59194.3272.1323.92
Hex115469541403Bc24818
Octal211241511242407330211030
Binary1000110101001101001101010010100011101111000010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115469; }

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

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

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

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

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

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

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

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