#10576B

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

Shades of Blue Lagoon #10576B

Tints of Blue Lagoon #10576B

Color information

#10576B (or 0x10576B) is unknown color: approx Blue Lagoon. HEX triplet: 10, 57 and 6B. RGB value is (16,87,107). Sum of RGB (Red+Green+Blue) = 16+87+107=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #10576B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10576B is #EFA894. Grayscale: #434343. Windows color (decimal): -15706261 or 7034640. OLE color: 7034640.

HSL color Cylindrical-coordinate representation of color #10576B: hue angle of 193.19º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10576B is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1687107-
CMYK0.850.1900.58
HSL193.19º73.98%24.12%-
HSV(B)193.19º85.05%41.96%-
XYZ6.287.9915.12-
YUV68.05149.9890.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 107 (42.19% from 255) = 50.95%
R=7.62%
G=41.43%
B=50.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16871070.850.1900.58193.1973.9824.12
Hex10576B551303Ac14a18
Octal201271531252307230111230
Binary1000010101111101011101010110011011101011000001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10576B; }

 p { color: rgb(16,87,107); }

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

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

 a { background-color: rgb(16,87,107); }

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

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

 span { border-color: rgb(16,87,107); }

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