#105F76

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

Shades of Blue Lagoon #105F76

Tints of Blue Lagoon #105F76

Color information

#105F76 (or 0x105F76) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5F and 76. RGB value is (16,95,118). Sum of RGB (Red+Green+Blue) = 16+95+118=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #105F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F76 is #EFA089. Grayscale: #494949. Windows color (decimal): -15704202 or 7757584. OLE color: 7757584.

HSL color Cylindrical-coordinate representation of color #105F76: hue angle of 193.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105F76 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1695118-
CMYK0.860.1900.54
HSL193.53º76.12%26.27%-
HSV(B)193.53º86.44%46.27%-
XYZ7.589.618.59-
YUV74152.8386.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 95 (37.5% from 255) = 41.48%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=6.99%
G=41.48%
B=51.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16951180.860.1900.54193.5376.1226.27
Hex105F765613036c24c1a
Octal201371661262306630211432
Binary1000010111111110110101011010011011011011000010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105F76; }

 p { color: rgb(16,95,118); }

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

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

 a { background-color: rgb(16,95,118); }

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

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

 span { border-color: rgb(16,95,118); }

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