#10556C

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

Shades of Blue Lagoon #10556C

Tints of Blue Lagoon #10556C

Color information

#10556C (or 0x10556C) is unknown color: approx Blue Lagoon. HEX triplet: 10, 55 and 6C. RGB value is (16,85,108). Sum of RGB (Red+Green+Blue) = 16+85+108=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #10556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10556C is #EFAA93. Grayscale: #424242. Windows color (decimal): -15706772 or 7099664. OLE color: 7099664.

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

Color convert

RGB1685108-
CMYK0.850.2100.58
HSL195º74.19%24.31%-
HSV(B)195º85.19%42.35%-
XYZ6.177.6915.35-
YUV66.99151.1491.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=7.66%
G=40.67%
B=51.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16851080.850.2100.5819574.1924.31
Hex10556C551503Ac34a18
Octal201251541252507230311230
Binary1000010101011101100101010110101011101011000011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10556C; }

 p { color: rgb(16,85,108); }

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

<style>
 a { background-color: #10556C; }

 a { background-color: rgb(16,85,108); }

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

<style>
 span { border-color: #10556C; }

 span { border-color: rgb(16,85,108); }

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