Html Css Color HEX #105C76 Blue Lagoon

📋 copy color: '#105C76'

red 16 ◦ green 92 ◦ blue 118

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

Shades of Blue Lagoon #105C76

Tints of Blue Lagoon #105C76

RGB

 RED value IS 16 (6.64% from 255) = 7.08%

 GREEN value IS 92 (36.33% from 255) = 40.71%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 7.08%
G = 40.71%
B = 52.21%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#105C76 (or 0x105C76) is known color: Blue Lagoon. HEX triplet: 10, 5C and 76. RGB value is (16,92,118). Sum of RGB (Red+Green+Blue) = 16+92+118=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #105C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105C76 is #EFA389. Grayscale: #484848. Windows color (decimal): -15704970 or 7756816. OLE color: 7756816.

HSL color Cylindrical-coordinate representation of color #105C76: hue angle of 195.29º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105C76 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 92 118 -
CMYK 0.86 0.22 0 0.54
HSL 195.29º 0.76% 0.26% -
HSV(B) 195.29º 0.86% 0.46% -
XYZ 7.31 9.07 18.51 -
YUV 72.24 153.82 87.89 -
System Red Green Blue C M Y K H S L
Decimal 16 92 118 0.86 0.22 0 0.54 195.29 0.76 0.26
Hex 10 5C 76 56 16 0 36 C3 4C 1A
Octal 20 134 166 126 26 0 66 303 114 32
Binary 10000 1011100 1110110 1010110 10110 0 110110 11000011 1001100 11010

Color Harmonies of #105C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105C76

Black with #105C76

Text Example


Text Example

White with #105C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #105C76;
 }
 .AnyTagClassName
 {
   color: #105C76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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