#105B72

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

Shades of Blue Lagoon #105B72

Tints of Blue Lagoon #105B72

Color information

#105B72 (or 0x105B72) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5B and 72. RGB value is (16,91,114). Sum of RGB (Red+Green+Blue) = 16+91+114=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #105B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B72 is #EFA48D. Grayscale: #474747. Windows color (decimal): -15705230 or 7494416. OLE color: 7494416.

HSL color Cylindrical-coordinate representation of color #105B72: hue angle of 194.08º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105B72 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1691114-
CMYK0.860.2000.55
HSL194.08º75.38%25.49%-
HSV(B)194.08º85.96%44.71%-
XYZ6.998.8117.25-
YUV71.2152.1588.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=7.24%
G=41.18%
B=51.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16911140.860.2000.55194.0875.3825.49
Hex105B725614037c24b19
Octal201331621262406730211331
Binary1000010110111110010101011010100011011111000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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