Html Css Color HEX #105D72 Blue Lagoon

📋 copy color: '#105D72'

red 16 ◦ green 93 ◦ blue 114

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

Shades of Blue Lagoon #105D72

Tints of Blue Lagoon #105D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.7%

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

R = 7.17%
G = 41.7%
B = 51.12%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#105D72 (or 0x105D72) is known color: Blue Lagoon. HEX triplet: 10, 5D and 72. RGB value is (16,93,114). Sum of RGB (Red+Green+Blue) = 16+93+114=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #105D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105D72 is #EFA28D. Grayscale: #484848. Windows color (decimal): -15704718 or 7494928. OLE color: 7494928.

HSL color Cylindrical-coordinate representation of color #105D72: hue angle of 192.86º 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 #105D72 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 93 114 -
CMYK 0.86 0.18 0 0.55
HSL 192.86º 0.75% 0.25% -
HSV(B) 192.86º 0.86% 0.45% -
XYZ 7.17 9.15 17.31 -
YUV 72.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 16 93 114 0.86 0.18 0 0.55 192.86 0.75 0.25
Hex 10 5D 72 56 12 0 37 C1 4B 19
Octal 20 135 162 126 22 0 67 301 113 31
Binary 10000 1011101 1110010 1010110 10010 0 110111 11000001 1001011 11001

Color Harmonies of #105D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105D72

Black with #105D72

Text Example


Text Example

White with #105D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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