#10636D

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

Shades of Blue Lagoon #10636D

Tints of Blue Lagoon #10636D

Color information

#10636D (or 0x10636D) is unknown color: approx Blue Lagoon. HEX triplet: 10, 63 and 6D. RGB value is (16,99,109). Sum of RGB (Red+Green+Blue) = 16+99+109=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #10636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10636D is #EF9C92. Grayscale: #4B4B4B. Windows color (decimal): -15703187 or 7168784. OLE color: 7168784.

HSL color Cylindrical-coordinate representation of color #10636D: hue angle of 186.45º 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 #10636D is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1699109-
CMYK0.850.0900.57
HSL186.45º74.4%24.51%-
HSV(B)186.45º85.32%42.75%-
XYZ7.4410.1416.03-
YUV75.3214785.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=7.14%
G=44.20%
B=48.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16991090.850.0900.57186.4574.424.51
Hex10636D559039ba4a19
Octal201431551251107127211231
Binary100001100011110110110101011001011100110111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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