Html Css Color HEX #105365 Blue Lagoon

📋 copy color: '#105365'

red 16 ◦ green 83 ◦ blue 101

#105365
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #105365

Tints of Blue Lagoon #105365

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 value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#105365 (or 0x105365) is known color: 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

RGB 16 83 101 -
CMYK 0.84 0.18 0 0.60
HSL 192.71º 0.73% 0.23% -
HSV(B) 192.71º 0.84% 0.4% -
XYZ 5.66 7.24 13.41 -
YUV 65.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 16 83 101 0.84 0.18 0 0.60 192.71 0.73 0.23
Hex 10 53 65 54 12 0 3C C1 49 17
Octal 20 123 145 124 22 0 74 301 111 27
Binary 10000 1010011 1100101 1010100 10010 0 111100 11000001 1001001 10111

Color Harmonies of #105365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105365

Black with #105365

Text Example


Text Example

White with #105365

Text Example


Text Example

HTML Codes & Css Web 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>