#10626B

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

Shades of Blue Lagoon #10626B

Tints of Blue Lagoon #10626B

Color information

#10626B (or 0x10626B) is unknown color: approx Blue Lagoon. HEX triplet: 10, 62 and 6B. RGB value is (16,98,107). Sum of RGB (Red+Green+Blue) = 16+98+107=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #10626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10626B is #EF9D94. Grayscale: #4A4A4A. Windows color (decimal): -15703445 or 7037456. OLE color: 7037456.

HSL color Cylindrical-coordinate representation of color #10626B: hue angle of 185.93º 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 #10626B is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1698107-
CMYK0.850.0800.58
HSL185.93º73.98%24.12%-
HSV(B)185.93º85.05%41.96%-
XYZ7.249.9115.44-
YUV74.51146.3386.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=7.24%
G=44.34%
B=48.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16981070.850.0800.58185.9373.9824.12
Hex10626B55803Aba4a18
Octal201421531251007227211230
Binary100001100010110101110101011000011101010111010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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