#10626F

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

Shades of Blue Lagoon #10626F

Tints of Blue Lagoon #10626F

Color information

#10626F (or 0x10626F) is unknown color: approx Blue Lagoon. HEX triplet: 10, 62 and 6F. RGB value is (16,98,111). Sum of RGB (Red+Green+Blue) = 16+98+111=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #10626F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10626F is #EF9D90. Grayscale: #4A4A4A. Windows color (decimal): -15703441 or 7299600. OLE color: 7299600.

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

Color convert

RGB1698111-
CMYK0.860.1200.56
HSL188.21º74.8%24.9%-
HSV(B)188.21º85.59%43.53%-
XYZ7.459.9916.58-
YUV74.96148.3385.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=7.11%
G=43.56%
B=49.33%

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
Decimal16981110.860.1200.56188.2174.824.9
Hex10626F56C038bc4b19
Octal201421571261407027411331
Binary100001100010110111110101101100011100010111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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