#105365

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

Shades of Blue Lagoon #105365

Tints of Blue Lagoon #105365

Color information

#105365 (or 0x105365) is unknown color: approx Blue Lagoon. HEX triplet: 10, 53 and 65. RGB value is (16,83,101). Sum of RGB (Red+Green+Blue) = 16+83+101=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #105365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105365 is #EFAC9A. Grayscale: #404040. Windows color (decimal): -15707291 or 6640400. OLE color: 6640400.

HSL color Cylindrical-coordinate representation of color #105365: hue angle of 192.71º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #105365 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1683101-
CMYK0.840.1800.60
HSL192.71º72.65%22.94%-
HSV(B)192.71º84.16%39.61%-
XYZ5.667.2413.41-
YUV65.02148.393.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 101 (39.84% from 255) = 50.5%
R=8%
G=41.5%
B=50.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16831010.840.1800.60192.7172.6522.94
Hex105365541203Cc14917
Octal201231451242207430111127
Binary1000010100111100101101010010010011110011000001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105365; }

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

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

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

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

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

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

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

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