Html Css Color HEX #106773 Blue Lagoon

📋 copy color: '#106773'

red 16 ◦ green 103 ◦ blue 115

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

Shades of Blue Lagoon #106773

Tints of Blue Lagoon #106773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.02%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 6.84%
G = 44.02%
B = 49.15%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#106773 (or 0x106773) is known color: Blue Lagoon. HEX triplet: 10, 67 and 73. RGB value is (16,103,115). Sum of RGB (Red+Green+Blue) = 16+103+115=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #106773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106773 is #EF988C. Grayscale: #4E4E4E. Windows color (decimal): -15702157 or 7563024. OLE color: 7563024.

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

Color convert

RGB 16 103 115 -
CMYK 0.86 0.10 0 0.55
HSL 187.27º 0.76% 0.26% -
HSV(B) 187.27º 0.86% 0.45% -
XYZ 8.16 11.05 17.92 -
YUV 78.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 16 103 115 0.86 0.10 0 0.55 187.27 0.76 0.26
Hex 10 67 73 56 A 0 37 BB 4C 1A
Octal 20 147 163 126 12 0 67 273 114 32
Binary 10000 1100111 1110011 1010110 1010 0 110111 10111011 1001100 11010

Color Harmonies of #106773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106773

Black with #106773

Text Example


Text Example

White with #106773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106773; }

 p { color: rgb(16,103,115); }

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

background-color css

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

 a { background-color: rgb(16,103,115); }

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

border-color css

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

 span { border-color: rgb(16,103,115); }

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