#105A6B

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

Shades of Blue Lagoon #105A6B

Tints of Blue Lagoon #105A6B

Color information

#105A6B (or 0x105A6B) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5A and 6B. RGB value is (16,90,107). Sum of RGB (Red+Green+Blue) = 16+90+107=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #105A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A6B is #EFA594. Grayscale: #454545. Windows color (decimal): -15705493 or 7035408. OLE color: 7035408.

HSL color Cylindrical-coordinate representation of color #105A6B: hue angle of 191.21º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105A6B is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1690107-
CMYK0.850.1600.58
HSL191.21º73.98%24.12%-
HSV(B)191.21º85.05%41.96%-
XYZ6.528.4815.2-
YUV69.81148.9889.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=7.51%
G=42.25%
B=50.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16901070.850.1600.58191.2173.9824.12
Hex105A6B551003Abf4a18
Octal201321531252007227711230
Binary1000010110101101011101010110000011101010111111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,90,107); }

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

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

 a { background-color: rgb(16,90,107); }

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

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

 span { border-color: rgb(16,90,107); }

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