#105b73

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

Shades of Blue Lagoon #105B73

Tints of Blue Lagoon #105B73

Color information

#105B73 (or 0x105B73) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5B and 73. RGB value is (16,91,115). Sum of RGB (Red+Green+Blue) = 16+91+115=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #105B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B73 is #EFA48C. Grayscale: #474747. Windows color (decimal): -15705229 or 7559952. OLE color: 7559952.

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

Color convert

RGB1691115-
CMYK0.860.2100.55
HSL194.55º75.57%25.69%-
HSV(B)194.55º86.09%45.1%-
XYZ7.058.8317.55-
YUV71.31152.6588.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.21%
GREEN value IS 91 (35.94% from 255) = 40.99%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=7.21%
G=40.99%
B=51.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16911150.860.2100.55194.5575.5725.69
Hex105B735615037c34c1a
Octal201331631262506730311432
Binary1000010110111110011101011010101011011111000011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105b73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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