#106071

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

Shades of Blue Lagoon #106071

Tints of Blue Lagoon #106071

Color information

#106071 (or 0x106071) is unknown color: approx Blue Lagoon. HEX triplet: 10, 60 and 71. RGB value is (16,96,113). Sum of RGB (Red+Green+Blue) = 16+96+113=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #106071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106071 is #EF9F8E. Grayscale: #494949. Windows color (decimal): -15703951 or 7430160. OLE color: 7430160.

HSL color Cylindrical-coordinate representation of color #106071: hue angle of 190.52º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106071 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1696113-
CMYK0.860.1500.56
HSL190.52º75.19%25.29%-
HSV(B)190.52º85.84%44.31%-
XYZ7.389.6717.1-
YUV74.0215086.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=7.11%
G=42.67%
B=50.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16961130.860.1500.56190.5275.1925.29
Hex10607156F038bf4b19
Octal201401611261707027711331
Binary100001100000111000110101101111011100010111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106071; }

 p { color: rgb(16,96,113); }

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

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

 a { background-color: rgb(16,96,113); }

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

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

 span { border-color: rgb(16,96,113); }

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