Html Css Color HEX #105B74 Blue Lagoon

📋 copy color: '#105B74'

red 16 ◦ green 91 ◦ blue 116

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

Shades of Blue Lagoon #105B74

Tints of Blue Lagoon #105B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.81%

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 7.17%
G = 40.81%
B = 52.02%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#105B74 (or 0x105B74) is known color: Blue Lagoon. HEX triplet: 10, 5B and 74. RGB value is (16,91,116). Sum of RGB (Red+Green+Blue) = 16+91+116=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #105B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B74 is #EFA48B. Grayscale: #474747. Windows color (decimal): -15705228 or 7625488. OLE color: 7625488.

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

Color convert

RGB 16 91 116 -
CMYK 0.86 0.22 0 0.55
HSL 195º 0.76% 0.26% -
HSV(B) 195º 0.86% 0.45% -
XYZ 7.11 8.85 17.86 -
YUV 71.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 16 91 116 0.86 0.22 0 0.55 195 0.76 0.26
Hex 10 5B 74 56 16 0 37 C3 4C 1A
Octal 20 133 164 126 26 0 67 303 114 32
Binary 10000 1011011 1110100 1010110 10110 0 110111 11000011 1001100 11010

Color Harmonies of #105B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105B74

Black with #105B74

Text Example


Text Example

White with #105B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,91,116); }

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

background-color css

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

 a { background-color: rgb(16,91,116); }

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

border-color css

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

 span { border-color: rgb(16,91,116); }

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