#105C70

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

Shades of Blue Lagoon #105C70

Tints of Blue Lagoon #105C70

Color information

#105C70 (or 0x105C70) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5C and 70. RGB value is (16,92,112). Sum of RGB (Red+Green+Blue) = 16+92+112=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #105C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C70 is #EFA38F. Grayscale: #474747. Windows color (decimal): -15704976 or 7363600. OLE color: 7363600.

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

Color convert

RGB1692112-
CMYK0.860.1800.56
HSL192.5º75%25.1%-
HSV(B)192.5º85.71%43.92%-
XYZ6.978.9316.69-
YUV71.56150.8288.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=7.27%
G=41.82%
B=50.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16921120.860.1800.56192.57525.1
Hex105C705612038c04b19
Octal201341601262207030011331
Binary1000010111001110000101011010010011100011000000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105C70; }

 p { color: rgb(16,92,112); }

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

<style>
 a { background-color: #105C70; }

 a { background-color: rgb(16,92,112); }

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

<style>
 span { border-color: #105C70; }

 span { border-color: rgb(16,92,112); }

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