#10626D

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

Shades of Blue Lagoon #10626D

Tints of Blue Lagoon #10626D

Color information

#10626D (or 0x10626D) is unknown color: approx Blue Lagoon. HEX triplet: 10, 62 and 6D. RGB value is (16,98,109). Sum of RGB (Red+Green+Blue) = 16+98+109=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #10626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10626D is #EF9D92. Grayscale: #4A4A4A. Windows color (decimal): -15703443 or 7168528. OLE color: 7168528.

HSL color Cylindrical-coordinate representation of color #10626D: hue angle of 187.1º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10626D is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1698109-
CMYK0.850.1000.57
HSL187.1º74.4%24.51%-
HSV(B)187.1º85.32%42.75%-
XYZ7.349.9516-
YUV74.74147.3386.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.17%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=7.17%
G=43.95%
B=48.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16981090.850.1000.57187.174.424.51
Hex10626D55A039bb4a19
Octal201421551251207127311231
Binary100001100010110110110101011010011100110111011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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