Html Css Color HEX #105B72 Blue Lagoon

📋 copy color: '#105B72'

red 16 ◦ green 91 ◦ blue 114

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

Shades of Blue Lagoon #105B72

Tints of Blue Lagoon #105B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.58%

R = 7.24%
G = 41.18%
B = 51.58%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#105B72 (or 0x105B72) is known color: Blue Lagoon. HEX triplet: 10, 5B and 72. RGB value is (16,91,114). Sum of RGB (Red+Green+Blue) = 16+91+114=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #105B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B72 is #EFA48D. Grayscale: #474747. Windows color (decimal): -15705230 or 7494416. OLE color: 7494416.

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

Color convert

RGB 16 91 114 -
CMYK 0.86 0.20 0 0.55
HSL 194.08º 0.75% 0.25% -
HSV(B) 194.08º 0.86% 0.45% -
XYZ 6.99 8.81 17.25 -
YUV 71.2 152.15 88.63 -
System Red Green Blue C M Y K H S L
Decimal 16 91 114 0.86 0.20 0 0.55 194.08 0.75 0.25
Hex 10 5B 72 56 14 0 37 C2 4B 19
Octal 20 133 162 126 24 0 67 302 113 31
Binary 10000 1011011 1110010 1010110 10100 0 110111 11000010 1001011 11001

Color Harmonies of #105B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105B72

Black with #105B72

Text Example


Text Example

White with #105B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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