#105A72

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

Shades of Blue Lagoon #105A72

Tints of Blue Lagoon #105A72

Color information

#105A72 (or 0x105A72) is unknown color: approx Blue Lagoon. HEX triplet: 10, 5A and 72. RGB value is (16,90,114). Sum of RGB (Red+Green+Blue) = 16+90+114=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #105A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105A72 is #EFA58D. Grayscale: #464646. Windows color (decimal): -15705486 or 7494160. OLE color: 7494160.

HSL color Cylindrical-coordinate representation of color #105A72: hue angle of 194.69º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105A72 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1690114-
CMYK0.860.2100.55
HSL194.69º75.38%25.49%-
HSV(B)194.69º85.96%44.71%-
XYZ6.918.6417.22-
YUV70.61152.4889.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=7.27%
G=40.91%
B=51.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16901140.860.2100.55194.6975.3825.49
Hex105A725615037c34b19
Octal201321621262506730311331
Binary1000010110101110010101011010101011011111000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,90,114); }

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

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

 a { background-color: rgb(16,90,114); }

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

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

 span { border-color: rgb(16,90,114); }

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