#105B6E

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

Shades of Blue Lagoon #105B6E

Tints of Blue Lagoon #105B6E

Color information

#105B6E (or 0x105B6E) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5B and 6E. RGB value is (16,91,110). Sum of RGB (Red+Green+Blue) = 16+91+110=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #105B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B6E is #EFA491. Grayscale: #464646. Windows color (decimal): -15705234 or 7232272. OLE color: 7232272.

HSL color Cylindrical-coordinate representation of color #105B6E: hue angle of 192.13º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #105B6E is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1691110-
CMYK0.850.1700.57
HSL192.13º74.6%24.71%-
HSV(B)192.13º85.45%43.14%-
XYZ6.778.7216.08-
YUV70.74150.1588.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.37%
GREEN value IS 91 (35.94% from 255) = 41.94%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=7.37%
G=41.94%
B=50.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16911100.850.1700.57192.1374.624.71
Hex105B6E5511039c04b19
Octal201331561252107130011331
Binary1000010110111101110101010110001011100111000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,91,110); }

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

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

 a { background-color: rgb(16,91,110); }

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

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

 span { border-color: rgb(16,91,110); }

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