#105766

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

Shades of Blue Lagoon #105766

Tints of Blue Lagoon #105766

Color information

#105766 (or 0x105766) is unknown color: approx Blue Lagoon. HEX triplet: 10, 57 and 66. RGB value is (16,87,102). Sum of RGB (Red+Green+Blue) = 16+87+102=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #105766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105766 is #EFA899. Grayscale: #434343. Windows color (decimal): -15706266 or 6706960. OLE color: 6706960.

HSL color Cylindrical-coordinate representation of color #105766: hue angle of 190.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105766 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1687102-
CMYK0.840.1500.6
HSL190.47º72.88%23.14%-
HSV(B)190.47º84.31%40%-
XYZ6.027.8913.78-
YUV67.48147.4891.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=7.80%
G=42.44%
B=49.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16871020.840.1500.6190.4772.8823.14
Hex10576654F03Cbe4917
Octal201271461241707427611127
Binary100001010111110011010101001111011110010111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105766; }

 p { color: rgb(16,87,102); }

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

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

 a { background-color: rgb(16,87,102); }

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

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

 span { border-color: rgb(16,87,102); }

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