#106373

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

Shades of Blue Lagoon #106373

Tints of Blue Lagoon #106373

Color information

#106373 (or 0x106373) is unknown color: approx Blue Lagoon. HEX triplet: 10, 63 and 73. RGB value is (16,99,115). Sum of RGB (Red+Green+Blue) = 16+99+115=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #106373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106373 is #EF9C8C. Grayscale: #4B4B4B. Windows color (decimal): -15703181 or 7562000. OLE color: 7562000.

HSL color Cylindrical-coordinate representation of color #106373: hue angle of 189.7º 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 #106373 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1699115-
CMYK0.860.1400.55
HSL189.7º75.57%25.69%-
HSV(B)189.7º86.09%45.1%-
XYZ7.7710.2717.79-
YUV76.0115085.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 115 (45.31% from 255) = 50%
R=6.96%
G=43.04%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16991150.860.1400.55189.775.5725.69
Hex10637356E037be4c1a
Octal201431631261606727611432
Binary100001100011111001110101101110011011110111110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106373; }

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

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

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

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

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

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

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

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