#10656E

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

Shades of Blue Lagoon #10656E

Tints of Blue Lagoon #10656E

Color information

#10656E (or 0x10656E) is unknown color: approx Blue Lagoon. HEX triplet: 10, 65 and 6E. RGB value is (16,101,110). Sum of RGB (Red+Green+Blue) = 16+101+110=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #10656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10656E is #EF9A91. Grayscale: #4C4C4C. Windows color (decimal): -15702674 or 7234832. OLE color: 7234832.

HSL color Cylindrical-coordinate representation of color #10656E: hue angle of 185.74º degrees, saturation: 0.75, 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 #10656E is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB16101110-
CMYK0.850.0800.57
HSL185.74º74.6%24.71%-
HSV(B)185.74º85.45%43.14%-
XYZ7.6810.5416.38-
YUV76.61146.8484.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=7.05%
G=44.49%
B=48.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal161011100.850.0800.57185.7474.624.71
Hex10656E558039ba4b19
Octal201451561251007127211331
Binary100001100101110111010101011000011100110111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10656E; }

 p { color: rgb(16,101,110); }

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

<style>
 a { background-color: #10656E; }

 a { background-color: rgb(16,101,110); }

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

<style>
 span { border-color: #10656E; }

 span { border-color: rgb(16,101,110); }

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