#106471

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

Shades of Blue Lagoon #106471

Tints of Blue Lagoon #106471

Color information

#106471 (or 0x106471) is unknown color: approx Blue Lagoon. HEX triplet: 10, 64 and 71. RGB value is (16,100,113). Sum of RGB (Red+Green+Blue) = 16+100+113=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #106471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106471 is #EF9B8E. Grayscale: #4C4C4C. Windows color (decimal): -15702927 or 7431184. OLE color: 7431184.

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

Color convert

RGB16100113-
CMYK0.860.1200.56
HSL188.04º75.19%25.29%-
HSV(B)188.04º85.84%44.31%-
XYZ7.7510.4217.22-
YUV76.37148.6784.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=6.99%
G=43.67%
B=49.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal161001130.860.1200.56188.0475.1925.29
Hex10647156C038bc4b19
Octal201441611261407027411331
Binary100001100100111000110101101100011100010111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106471; }

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

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

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

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

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

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

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

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