#105971

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

Shades of Blue Lagoon #105971

Tints of Blue Lagoon #105971

Color information

#105971 (or 0x105971) is unknown color: approx Blue Lagoon. HEX triplet: 10, 59 and 71. RGB value is (16,89,113). Sum of RGB (Red+Green+Blue) = 16+89+113=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #105971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105971 is #EFA68E. Grayscale: #454545. Windows color (decimal): -15705743 or 7428368. OLE color: 7428368.

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

Color convert

RGB1689113-
CMYK0.860.2100.56
HSL194.85º75.19%25.29%-
HSV(B)194.85º85.84%44.31%-
XYZ6.778.4516.9-
YUV69.91152.3289.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.34%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=7.34%
G=40.83%
B=51.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16891130.860.2100.56194.8575.1925.29
Hex1059715615038c34b19
Octal201311611262507030311331
Binary1000010110011110001101011010101011100011000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105971; }

 p { color: rgb(16,89,113); }

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

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

 a { background-color: rgb(16,89,113); }

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

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

 span { border-color: rgb(16,89,113); }

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